Skip Menu |

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

Report information
The Basics
Id: 124278
Status: resolved
Priority: 0/
Queue: Proc-Govern

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

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



Subject: Even simple code fails
This simple test produces a LOT of these messages then dies. Use of uninitialized value in print at /Users/njh/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/Proc/Govern.pm line 344. return Proc::Govern::govern_process( name => 'foo', command => '/usr/bin/who', timeout => 3600, );
On Wed, 31 Jan 2018 02:44:09 GMT, NHORNE wrote: Show quoted text
> This simple test produces a LOT of these messages then dies. > > Use of uninitialized value in print at > /Users/njh/perl5/perlbrew/perls/perl- > 5.26.0/lib/site_perl/5.26.0/Proc/Govern.pm line 344. > > return Proc::Govern::govern_process( > name => 'foo', > command => '/usr/bin/who', > timeout => 3600, > );
IPC::Run seems to require arrayrefs now (['/usr/bin/who'] instead of '/usr/bin/who') but it doesn't complain. So now I add a check in Proc::Govern for this. Released 0.020.