Fix skip all message
Dave Rolsky [Fri, 27 Jun 2008 03:39:23 +0000 (03:39 +0000)]
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();