I don't find this critic stuff useful for my own modules
[gitmo/MooseX-SemiAffordanceAccessor.git] / t / perlcritic.t
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();