Skip Menu |

This queue is for tickets about the Padre-Plugin-RunPerlExternal CPAN distribution.

Report information
The Basics
Id: 67171
Status: resolved
Priority: 0/
Queue: Padre-Plugin-RunPerlExternal

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.52
Fixed in: (no value)



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,
I fixed the Makefile.PL