On Sun, Aug 26, 2018 at 04:13:11PM +0200, Christian Weisgerber wrote:
> I noticed this curious error in a package bulk build:
> Use of uninitialized value $pid in numeric eq (==) at
> /usr/libdata/perl5/LT/Exec.pm line 96.
>
> Perl's fork() wrapper returns undef rather than -1 on error.
> Handle
On Sun, Aug 26 2018, Christian Weisgerber wrote:
> I noticed this curious error in a package bulk build:
> Use of uninitialized value $pid in numeric eq (==) at
> /usr/libdata/perl5/LT/Exec.pm line 96.
>
> Perl's fork() wrapper returns undef rather than -1 on error.
> Handle this correctly. OK?
I noticed this curious error in a package bulk build:
Use of uninitialized value $pid in numeric eq (==) at
/usr/libdata/perl5/LT/Exec.pm line 96.
Perl's fork() wrapper returns undef rather than -1 on error.
Handle this correctly. OK?
Index: LT/Exec.pm
==