Subject: | Undeclared dependency on Sys::SigAction |
Grepping for SigAction reveals
lib/Project/Easy.pm
4-use IO::Easy;
5-
6:use Sys::SigAction;
7-
8-use Project::Easy::Helper;
341- if (defined $disconnect and $disconnect) {
342- eval {
343: my $h = Sys::SigAction::set_sig_handler('ALRM',
sub {
344- # failed disconnect is safe solution
345- die;
but no hit in Makefile.PL or META.yml
Please supply dependency information, it makes automated testing and
installing easier.
Thanks,