summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-06-12 17:06:09 +0100
committerDavid Mitchell <davem@iabyn.com>2009-06-12 17:33:37 +0100
commit20ebab680eb3819565c748cbffb794730477f1d4 (patch)
treedebec157b0109c78f5f2d3f6e5ec948909d5265f /ext
parent9a018c3b6feddd417145e9c1c4d67815dc558c9e (diff)
downloadperl-20ebab680eb3819565c748cbffb794730477f1d4.tar.gz
remove two files not part of the IO-Compress CPAN distro
(cherry picked from commit 622d33709f65db8fa5187aa44bfd72d107fbe68e)
Diffstat (limited to 'ext')
-rw-r--r--ext/IO-Compress/t/99pod.t16
-rw-r--r--ext/IO-Compress/t/cz-99pod.t16
2 files changed, 0 insertions, 32 deletions
diff --git a/ext/IO-Compress/t/99pod.t b/ext/IO-Compress/t/99pod.t
deleted file mode 100644
index 760f737716..0000000000
--- a/ext/IO-Compress/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();
-
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();
-