From: Dave Rolsky Date: Fri, 27 Jun 2008 03:39:23 +0000 (+0000) Subject: Fix skip all message X-Git-Tag: 0.06~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=f512614eabefb07d227d03e9416b8ec8d7502a20;hp=2ce8f3a2a548683e22100fe668aa708288f002cd Fix skip all message --- 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();