Subject: | Undeclared dependencies |
The dependencies on Class::Std::Utils and IO::File are mentioned in the
README but not in the Makefile.PL.
The dependency on Test::Perl::Critic seems to be an accident because the
code is written...
if (!require Test::Perl::Critic) {
which means that the test always dies on installations that have
Test::Perl::Critic not installed. The return value is not seen by perl
since there is no protecting eval.
HTH && Thanks && Regards,