This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove tests for POD or POD coverage -- they're always skipped.
[perl5.git] / ext / Compress / Raw / Zlib / t / 99pod.t
diff --git a/ext/Compress/Raw/Zlib/t/99pod.t b/ext/Compress/Raw/Zlib/t/99pod.t
deleted file mode 100644 (file)
index 760f737..0000000
+++ /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();
-