X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=blobdiff_plain;f=t%2Fperlcritic.t;h=178d939ed8d57a4154a8e962ddc9f5a7789a171f;hp=491250ce91cae09f0f367f93e88b628865978d94;hb=f512614eabefb07d227d03e9416b8ec8d7502a20;hpb=2ce8f3a2a548683e22100fe668aa708288f002cd diff --git a/t/perlcritic.t b/t/perlcritic.t index 491250c..178d939 100644 --- a/t/perlcritic.t +++ b/t/perlcritic.t @@ -8,6 +8,6 @@ plan skip_all => 'This test is only run for the module author' unless -d '.svn' || $ENV{IS_MAINTAINER}; eval 'use Test::Perl::Critic ( -severity => 4 )'; -plan skip_all => 'Test::Perl::Critic required for testing POD' if $@; +plan skip_all => 'Test::Perl::Critic required for criticizing' if $@; all_critic_ok();