X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2Fperlcritic.t;fp=t%2Fperlcritic.t;h=e7a044a659ba67a23276861991fd3a343f99f17d;hb=a3133f6075d6fb174113c939ac5ee15ea19a4dba;hp=0000000000000000000000000000000000000000;hpb=36bdc9418b4dce76ce41f3141a3053cccf204545;p=audio-opusfile.git diff --git a/t/perlcritic.t b/t/perlcritic.t new file mode 100644 index 0000000..e7a044a --- /dev/null +++ b/t/perlcritic.t @@ -0,0 +1,11 @@ +#!/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;