From: Dave Rolsky Date: Tue, 2 Sep 2008 14:16:01 +0000 (+0000) Subject: I'm sick of critic X-Git-Tag: 0.05~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ClassAttribute.git;a=commitdiff_plain;h=677d0d8236cccd320d395c1ab54496fb5e2a8241 I'm sick of critic --- diff --git a/t/perlcritic.t b/t/perlcritic.t deleted file mode 100644 index 491250c..0000000 --- a/t/perlcritic.t +++ /dev/null @@ -1,13 +0,0 @@ -use strict; -use warnings; - -use Test::More; - - -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 $@; - -all_critic_ok();