From: David Mitchell Date: Fri, 12 Jun 2009 16:06:09 +0000 (+0100) Subject: remove two files not part of the IO-Compress CPAN distro X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=622d33709f65db8fa5187aa44bfd72d107fbe68e;p=p5sagit%2Fp5-mst-13.2.git remove two files not part of the IO-Compress CPAN distro --- diff --git a/MANIFEST b/MANIFEST index 36b66a5..37c2f73 100644 --- a/MANIFEST +++ b/MANIFEST @@ -854,13 +854,11 @@ ext/IO-Compress/t/110encode-gzip.t IO::Compress ext/IO-Compress/t/110encode-rawdeflate.t IO::Compress ext/IO-Compress/t/110encode-zip.t IO::Compress ext/IO-Compress/t/999pod.t IO::Compress -ext/IO-Compress/t/99pod.t IO::Compress ext/IO-Compress/t/cz-01version.t IO::Compress ext/IO-Compress/t/cz-05examples.t IO::Compress ext/IO-Compress/t/cz-06gzsetp.t IO::Compress ext/IO-Compress/t/cz-08encoding.t IO::Compress ext/IO-Compress/t/cz-14gzopen.t IO::Compress -ext/IO-Compress/t/cz-99pod.t IO::Compress ext/IO-Compress/t/globmapper.t IO::Compress ext/IO/hints/sco.pl Hint for IO for named architecture ext/IO/IO.pm Top-level interface to IO::* classes diff --git a/ext/IO-Compress/t/99pod.t b/ext/IO-Compress/t/99pod.t deleted file mode 100644 index 760f737..0000000 --- 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 760f737..0000000 --- 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(); -