X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2Fperlcritic.t;fp=t%2Fperlcritic.t;h=e005e072b26d88d3a355f81a9c3c730eaa8f3995;hb=81250ba92c9bdd9abedd7c9d27e05d87498b10ea;hp=0000000000000000000000000000000000000000;hpb=62f3eb69aae5590320dcf26b13528c7cae9eff3c;p=www-offliberty.git 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'