CC: | BRICAS [...] cpan.org |
Subject: | Undeclared dependencies |
t/03.config.t fails when Catalyst::Plugin::Authentication is missing, so
it is a prerequisite (?)
On one of my smokers I produced a fail with a perl that had no
Catalyst::Plugin::Authentication installed. After I installed
Catalyst::Plugin::Authentication I still got a FAIL from ErrorCatcher.
This time t/03.config.t failed because Catalyst::Plugin::ConfigLoader
was missing. After I installed that I got the third FAIL from ErrorCatcher.
This time t/03.config.t failed because Catalyst::Plugin::StackTrace was
missing. When that was installed I got another FAIL: this time the
ConfigLoader complained that Config::General was missing.
Now I installed Config::General and finally I got the PASS.
I hope this story helps you to identify your prerequisites.
It seems like Catalyst::Plugin::ConfigLoader has an undeclared
dependency on Config::General but I'm not sure. CCing BRICAS, the owner
of the ConfigLoader.
HTH, Thanks && Regards,