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.