Skip Menu |

This queue is for tickets about the Proc-Reliable CPAN distribution.

Report information
The Basics
Id: 60370
Status: open
Priority: 0/
Queue: Proc-Reliable

People
Owner: Nobody in particular
Requestors: matisse [...] spamcop.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.16
Fixed in: (no value)



Subject: $fileno_putstdinnot always defined in run()
At line 459 of Reliable.pm version 1.16: if(defined($win) && vec($wout, $fileno_putstdin, 1)) { # ready to write but $fileno_putstdin is not always initialized at that point. This may cause the following warning: Use of uninitialized value in vec at /path/to/Proc/Reliable.pm line 459.
Note that to get the warning about uninitialized value you must run Perl with the -w switch.
Also note that Proc::Reliable really should 'use warnings' (it currently does not.)