summaryrefslogtreecommitdiff
path: root/ext/Compress/Raw
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-22 10:03:51 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-22 10:03:51 +0000
commitb0da272b8cf2101328dbfd44c99d70bb9ec9a586 (patch)
tree9f0593e7308a8eedfa0bd82f0fb6254ee1398523 /ext/Compress/Raw
parentaa10195b3aa19bb4f167204cdce8fb75d361ccb8 (diff)
downloadperl-b0da272b8cf2101328dbfd44c99d70bb9ec9a586.tar.gz
Remove tests for POD or POD coverage -- they're always skipped.
p4raw-id: //depot/perl@29346
Diffstat (limited to 'ext/Compress/Raw')
-rw-r--r--ext/Compress/Raw/Zlib/t/99pod.t16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/Compress/Raw/Zlib/t/99pod.t b/ext/Compress/Raw/Zlib/t/99pod.t
deleted file mode 100644
index 760f737716..0000000000
--- a/ext/Compress/Raw/Zlib/t/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();
-