Fix skip all message
[gitmo/MooseX-StrictConstructor.git] / t / perlcritic.t
index 491250c..178d939 100644 (file)
@@ -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();