Trying to unfuck this branch
[catagits/Catalyst-Runtime.git] / trunk / t / author / podcoverage.t
diff --git a/trunk/t/author/podcoverage.t b/trunk/t/author/podcoverage.t
deleted file mode 100644 (file)
index e8730de..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-use Pod::Coverage 0.19;
-use Test::Pod::Coverage 1.04;
-
-all_pod_coverage_ok(
-  {
-    also_private => ['BUILD']
-  }
-);
-