X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2Fperlcritic.t;fp=t%2Fperlcritic.t;h=79e93dcebc8dd8abc6aa444cb5645be912289cbb;hb=8450d84869b5fc63bdee710bab77a6514d45a9cf;hp=0000000000000000000000000000000000000000;hpb=6849c08013b55e9a18f036768da28fec1a737101;p=poe-component-irc-plugin-infobot.git 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'