At 07:41 -0400 2001.07.23, Scott R. Godin wrote:
>one additional note: Net::Cmd needs to be patched for MacPerl, either like
>this:
>
>line 169
>   #local $SIG{"PIPE"} = 'IGNORE';# commented out for MacPerl,
>                                  # reason unknown as of 12/28/00
>
>or this
>
>local $SIG{"PIPE"} = 'IGNORE'
>    unless $^O eq 'MacOS';

As always, please submit a bug report or a patch or a feature request to
SourceForge.  Thanks,

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to