X-Git-Url: http://git.ieval.ro/?p=plack-middleware-auth-complex.git;a=blobdiff_plain;f=t%2Fperlcritic.t;fp=t%2Fperlcritic.t;h=79e93dcebc8dd8abc6aa444cb5645be912289cbb;hp=0000000000000000000000000000000000000000;hb=1f7bfc2775dedc426518325a481c4b490a41c6e3;hpb=9d9f40679564ebf365c9e4eaa47c0d2a550b16b4 diff --git a/t/perlcritic.t b/t/perlcritic.t new file mode 100644 index 0000000..79e93dc --- /dev/null +++ b/t/perlcritic.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl +use v5.14; +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'