Skip Menu |

This queue is for tickets about the File-FDpasser CPAN distribution.

Report information
The Basics
Id: 112233
Status: open
Priority: 0/
Queue: File-FDpasser

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: Can't use 'defined(@array)'
t/t07fork.t cannot run anymore on newer perls (>= 5.23.x) because of a compilation error. See http://www.cpantesters.org/cpan/report/9f52f9fa-427c-11e5-a583-d498b56994ca for a sample test report.
On Sun Feb 21 09:28:57 2016, SREZIC wrote: Show quoted text
> t/t07fork.t cannot run anymore on newer perls (>= 5.23.x) because of a > compilation error. See > http://www.cpantesters.org/cpan/report/9f52f9fa-427c-11e5-a583- > d498b56994ca for a sample test report.
The fix is trivial: < die "spipe() failed\n" if !defined(@fd); --- Show quoted text
> die "spipe() failed\n" if scalar(@fd) != 2;
Hope this helps someone else. Martin -- Martin J. Evans Wetherby, UK