Skip Menu |

This queue is for tickets about the WWW-NameGen CPAN distribution.

Report information
The Basics
Id: 21078
Status: resolved
Priority: 0/
Queue: WWW-NameGen

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: (no value)



Subject: 03-perl_critic.t test fail
eval { use Test::Perl::Critic (-format => " => [%p] %m at line %l, column %c. %e."); }; use is always executed at BEGIN stage. replace with eval q{ use Test::Perl::Critic (-format => " => [%p] %m at line %l, column %c. %e."); }; or with require and import calls. You can test it with use Module::Mask;my $mask = new Module::Mask ('Test::Perl::Critic'); ------- Alexandr Ciornii, http://chorny.net
Resolved in the most recent relsease of this module. Thanks for the feedback! # Nick Gerakines