Skip Menu |

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

Report information
The Basics
Id: 60331
Status: open
Priority: 0/
Queue: Proc-Forking

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

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



Subject: Undeclared dependency on Sys::Prctl
As per subject. % grep -rn Sys::Prctl . ./Forking.pm:21:use Sys::Prctl; ./Forking.pm:84: my $main_process = new Sys::Prctl(); ./Forking.pm:356: my $main_process = new Sys::Prctl(); But it is missing in Makefile.PL and META.yml HTH, Greetings,
Oops, my mistake, should be fixed in 1.47
How did you solve it? I still do not see Sys::Prctl in the dependencies