X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2Fperlcritic.t;fp=t%2Fperlcritic.t;h=3e240855062fe07fea9591423277e86ec3012bd2;hb=ca8f39c8fbd0124ff04ad7c31e1bc9cf2377abc0;hp=0000000000000000000000000000000000000000;hpb=bd744e3f19a9742ad50c6a6b65d2d24b3f69bd67;p=app-remotegnokii.git diff --git a/t/perlcritic.t b/t/perlcritic.t new file mode 100644 index 0000000..3e24085 --- /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'; +use Test::More tests => 1; + +critic_ok 'lib/App/RemoteGnokii.pm';