Subject: | Undeclared dependency on Padre::Constant |
lib/Padre/Plugin/RunPerlExternal.pm
5-use warnings;
6-use utf8;
7:use Padre::Constant ();
8-use Padre::Plugin ();
9-use Padre::Wx ();
17- return (
18- 'Padre::Plugin' => 0.66,
19: 'Padre::Constant' => 0.66,
20- );
21-}
There were actually fail reports because the Padre::Constant dependency
is not declared. See for an example:
http://www.cpantesters.org/cpan/report/11344895
HTH, Thanks && Regards,