okay,.. I think this is ready for release
[gitmo/MooseX-Daemonize.git] / t / perlcritic.t
diff --git a/t/perlcritic.t b/t/perlcritic.t
deleted file mode 100644 (file)
index a136942..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!perl
-use Test::More;
-eval "require Test::Perl::Critic";
-if ($@) {
-    Test::More::plan(
-        skip_all => "Test::Perl::Critic required for testing PBP compliance"
-    );
-}
-
-Test::Perl::Critic::all_critic_ok();