Subject: | Undeclared dependencies |
On cpantesters.org I find FAIL reports due to any of
Can't locate Perl/Critic.pm
Can't locate Test/Perl/Critic.pm
Can't locate URI.pm
I've reproduce 2 of the 3, so these errors still exist. In general it's
not a good idea to let tests fail based on Perl::Critic. Critic policies
can change and make such tests fail any day but does this make your code
invalid?
Regards,