Use default Perl Critic policy as the older Conway PBP policy is outdated and includes depreciated modules, set severity to 5

This commit is contained in:
Eric A. Miller
2013-02-10 13:06:29 -05:00
parent 74b5c9f0e3
commit c6521d0b48

View File

@@ -6,8 +6,7 @@ use strict;
use warnings;
use Test::More;
eval "use Test::Perl::Critic (-profile => 't/perlcritic.rc')";
eval "use Test::Perl::Critic (-severity => 5)";
plan skip_all => "Test::Perl::Critic required for testing PBP compliance" if $@;
Test::Perl::Critic::all_critic_ok();