I'm sick of critic
Dave Rolsky [Tue, 2 Sep 2008 14:16:01 +0000 (14:16 +0000)]
t/perlcritic.t [deleted file]

diff --git a/t/perlcritic.t b/t/perlcritic.t
deleted file mode 100644 (file)
index 491250c..0000000
+++ /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();