X-Git-Url: http://git.ieval.ro/?p=mafia.git;a=blobdiff_plain;f=t%2Fperlcritic.t;fp=t%2Fperlcritic.t;h=e005e072b26d88d3a355f81a9c3c730eaa8f3995;hp=0000000000000000000000000000000000000000;hb=6a7d850e1b1c4a34f69bac2a99fbb74c32e256df;hpb=061dc5c793b0afe6bd7b8c3aaf9da1df8402aef6 diff --git a/t/perlcritic.t b/t/perlcritic.t new file mode 100644 index 0000000..e005e07 --- /dev/null +++ b/t/perlcritic.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl +use strict; +use warnings; + +use Test::More; + +BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} } +use Test::Perl::Critic -profile => 't/perlcriticrc'; + +all_critic_ok 'lib'