projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2ce8f3a
)
Fix skip all message
Dave Rolsky [Fri, 27 Jun 2008 03:39:23 +0000 (
03:39
+0000)]
t/perlcritic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/perlcritic.t
b/t/perlcritic.t
index
491250c
..
178d939
100644
(file)
--- 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();