compiles, calcMRO works, next::method gives wrong results for known reasons, caching...
[gitmo/Class-C3-XS.git] / t / pod_coverage.t
diff --git a/t/pod_coverage.t b/t/pod_coverage.t
deleted file mode 100644 (file)
index 84632f2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-BEGIN {
-    eval "use Test::Pod::Coverage 1.04";
-    plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
-    
-    all_pod_coverage_ok({ also_private => [ qr/removeChildAt/ ] });
-}
\ No newline at end of file