summaryrefslogtreecommitdiff
path: root/ext/IO-Compress/t/108anyunc-zip.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO-Compress/t/108anyunc-zip.t')
-rw-r--r--ext/IO-Compress/t/108anyunc-zip.t29
1 files changed, 0 insertions, 29 deletions
diff --git a/ext/IO-Compress/t/108anyunc-zip.t b/ext/IO-Compress/t/108anyunc-zip.t
deleted file mode 100644
index 72e015a6a1..0000000000
--- a/ext/IO-Compress/t/108anyunc-zip.t
+++ /dev/null
@@ -1,29 +0,0 @@
-BEGIN {
- if ($ENV{PERL_CORE}) {
- chdir 't' if -d 't';
- @INC = ("../lib", "lib/compress");
- }
-}
-
-use lib 't/compress';
-use strict;
-use warnings;
-
-use IO::Uncompress::AnyUncompress qw($AnyUncompressError) ;
-
-use IO::Compress::Zip qw($ZipError) ;
-use IO::Uncompress::Unzip qw($UnzipError) ;
-
-sub getClass
-{
- 'AnyUncompress';
-}
-
-
-sub identify
-{
- 'IO::Compress::Zip';
-}
-
-require "any.pl" ;
-run();