diff options
author | David Mitchell <davem@iabyn.com> | 2009-06-12 17:06:09 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-06-12 17:06:09 +0100 |
commit | 622d33709f65db8fa5187aa44bfd72d107fbe68e (patch) | |
tree | 1d38db07c79f1c41a69c79a5add43cc0e42e8bfb /ext/IO-Compress | |
parent | a8ac7c450a99a27152fed2f67a3cbcf9e96a7627 (diff) | |
download | perl-622d33709f65db8fa5187aa44bfd72d107fbe68e.tar.gz |
remove two files not part of the IO-Compress CPAN distro
Diffstat (limited to 'ext/IO-Compress')
-rw-r--r-- | ext/IO-Compress/t/99pod.t | 16 | ||||
-rw-r--r-- | ext/IO-Compress/t/cz-99pod.t | 16 |
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(); - |