X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=samples%2Fcheck.pl;h=7f095329ad7caeee2238b245e08aef38f10ad5c2;hb=ef4738929bb83d11ad3d6e179319fa6acf6bcd30;hp=f444d9498febe9fcd13b71a8105e5133df3d9ee6;hpb=0da2dc5f631bebe52e26345c287793712603c804;p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git diff --git a/samples/check.pl b/samples/check.pl index f444d94..7f09532 100644 --- a/samples/check.pl +++ b/samples/check.pl @@ -5,7 +5,7 @@ use warnings; use blib; -use Perl::Critic::TestUtils qw/pcritique_with_violations/; +use Perl::Critic::TestUtils qw; Perl::Critic::TestUtils::block_perlcriticrc(); my $code = shift || exit;