diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-22 10:03:51 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-22 10:03:51 +0000 |
commit | b0da272b8cf2101328dbfd44c99d70bb9ec9a586 (patch) | |
tree | 9f0593e7308a8eedfa0bd82f0fb6254ee1398523 /ext/Compress/Raw | |
parent | aa10195b3aa19bb4f167204cdce8fb75d361ccb8 (diff) | |
download | perl-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.t | 16 |
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(); - |