]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.26/t/release-pod-coverage.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.26 / t / release-pod-coverage.t
diff --git a/1.26/t/release-pod-coverage.t b/1.26/t/release-pod-coverage.t
deleted file mode 100644 (file)
index 3a81849..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate testing');
-  }
-}
-
-
-use Test::More;
-
-eval "use Test::Pod::Coverage 1.08";
-plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
-  if $@;
-
-eval "use Pod::Coverage::TrustPod";
-plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
-  if $@;
-
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });