summaryrefslogtreecommitdiff
path: root/ext/IO-Compress/t/cz-99pod.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO-Compress/t/cz-99pod.t')
-rw-r--r--ext/IO-Compress/t/cz-99pod.t16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/IO-Compress/t/cz-99pod.t b/ext/IO-Compress/t/cz-99pod.t
deleted file mode 100644
index 760f737716..0000000000
--- a/ext/IO-Compress/t/cz-99pod.t
+++ /dev/null
@@ -1,16 +0,0 @@
-BEGIN {
- if ($ENV{PERL_CORE}) {
- chdir 't' if -d 't';
- @INC = ("../lib", "lib/compress");
- }
-}
-
-use lib qw(t t/compress);
-use Test::More;
-
-eval "use Test::Pod 1.00";
-
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-
-all_pod_files_ok();
-