]> iEval git - plack-middleware-basicstyle.git/blob - t/perlcritic.t
c0ba2bfafdbc54b604d650646ce5ffafeddcd065
[plack-middleware-basicstyle.git] / t / perlcritic.t
1 #!/usr/bin/perl
2 use v5.14;
3 use warnings;
4
5 use Test::More;
6
7 BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} }
8
9 use Test::Perl::Critic -profile => 't/perlcriticrc';
10 all_critic_ok;
This page took 0.039006 seconds and 4 git commands to generate.