remove two files not part of the IO-Compress CPAN distro
David Mitchell [Fri, 12 Jun 2009 16:06:09 +0000 (17:06 +0100)]
MANIFEST
ext/IO-Compress/t/99pod.t [deleted file]
ext/IO-Compress/t/cz-99pod.t [deleted file]

index 36b66a5..37c2f73 100644 (file)
--- 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 (file)
index 760f737..0000000
+++ /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 (file)
index 760f737..0000000
+++ /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();
-