Subject: | Undeclared dependencies |
I just verified with a fresh perl that installation of
JSHIRLEY/Catalyst-Plugin-ConfigLoader-Remote-0.01.tar.gz fails due
missing dependencies. After installing Catalyst::Plugin::Static::Simple
it still fails. But after installing Class::C3 it succeeds.
Grepping for Class::C3 and Static::Simple in the sources finds code that
indicates that these are real dependencies:
% grep -r Class::C3 lib
lib/Catalyst/Plugin/ConfigLoader/Remote.pm:use Class::C3;
% grep -r Static::Simple t
t/lib/TestApp.pm:use Catalyst qw(ConfigLoader::Remote Static::Simple);
HTH,
Regards,