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:
@@ -6,8 +6,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use Test::More;
|
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 $@;
|
plan skip_all => "Test::Perl::Critic required for testing PBP compliance" if $@;
|
||||||
|
|
||||||
Test::Perl::Critic::all_critic_ok();
|
Test::Perl::Critic::all_critic_ok();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user