This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Compress::Zlib becomes zlib agnostic
authorPaul Marquess <paul.marquess@btinternet.com>
Mon, 9 Jan 2006 20:25:00 +0000 (20:25 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 10 Jan 2006 10:05:26 +0000 (10:05 +0000)
commit1a6a845317ff5e6bc844195898061e5a9910928d
tree1ce6bb51b3450987f1e08250b928e28495686e0f
parent2d2af554da24863760d055834f4984fbca7ec85b
Compress::Zlib  becomes zlib agnostic
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>

p4raw-id: //depot/perl@26761
115 files changed:
MANIFEST
ext/Compress/Zlib/Changes
ext/Compress/Zlib/Makefile.PL
ext/Compress/Zlib/README
ext/Compress/Zlib/Zlib.pm
ext/Compress/Zlib/Zlib.xs
ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
ext/Compress/Zlib/lib/Compress/Zip/Constants.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/CompressPlugin/Identity.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/File/GlobMapper.pm
ext/Compress/Zlib/lib/IO/Compress/Base.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
ext/Compress/Zlib/lib/IO/Compress/Zip.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/Base.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm [new file with mode: 0644]
ext/Compress/Zlib/pod/FAQ.pod
ext/Compress/Zlib/ppport.h
ext/Compress/Zlib/t/01version.t
ext/Compress/Zlib/t/02zlib.t
ext/Compress/Zlib/t/03zlib-v1.t
ext/Compress/Zlib/t/04def.t [deleted file]
ext/Compress/Zlib/t/04generic-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/04generic-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/04generic-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/04generic-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/04zlib-generic-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/04zlib-generic-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/04zlib-generic-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/05examples.t
ext/Compress/Zlib/t/06gzsetp.t
ext/Compress/Zlib/t/07bufsize.t
ext/Compress/Zlib/t/08encoding.t
ext/Compress/Zlib/t/09gziphdr.t
ext/Compress/Zlib/t/10defhdr.t
ext/Compress/Zlib/t/11truncate.t
ext/Compress/Zlib/t/12any-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/12any-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/12any-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/12any-transparent.t [new file with mode: 0644]
ext/Compress/Zlib/t/12any-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/12any.t [deleted file]
ext/Compress/Zlib/t/13prime-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/13prime-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/13prime-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/13prime-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/13prime.t [deleted file]
ext/Compress/Zlib/t/14gzopen.t
ext/Compress/Zlib/t/15multi-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/15multi-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/15multi-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/15multi-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/15multi.t [deleted file]
ext/Compress/Zlib/t/16oneshot-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot-gzip-only.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot-zip-only.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot.t [deleted file]
ext/Compress/Zlib/t/17isize.t
ext/Compress/Zlib/t/18lvalue.t
ext/Compress/Zlib/t/19destroy-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/19destroy-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/19destroy-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/19destroy-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/20tied-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/20tied-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/20tied-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/20tied-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/20tied.t [deleted file]
ext/Compress/Zlib/t/21newtied-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/21newtied-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/21newtied-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/21newtied-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/21newtied.t [deleted file]
ext/Compress/Zlib/t/22merge-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/22merge-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/22merge-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/22merge-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/22merge.t [deleted file]
ext/Compress/Zlib/t/23misc.t
ext/Compress/Zlib/t/25anyunc-deflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/25anyunc-gzip.t [new file with mode: 0644]
ext/Compress/Zlib/t/25anyunc-rawdeflate.t [new file with mode: 0644]
ext/Compress/Zlib/t/25anyunc-transparent.t [new file with mode: 0644]
ext/Compress/Zlib/t/25anyunc-zip.t [new file with mode: 0644]
ext/Compress/Zlib/t/99pod.t [new file with mode: 0644]
ext/Compress/Zlib/t/globmapper.t
t/lib/compress/ZlibTestUtils.pm [moved from t/lib/ZlibTestUtils.pm with 52% similarity]
t/lib/compress/any.pl [new file with mode: 0644]
t/lib/compress/anyunc.pl [new file with mode: 0644]
t/lib/compress/destroy.pl [moved from ext/Compress/Zlib/t/19destroy.t with 68% similarity]
t/lib/compress/generic.pl [new file with mode: 0644]
t/lib/compress/merge.pl [new file with mode: 0644]
t/lib/compress/multi.pl [new file with mode: 0644]
t/lib/compress/newtied.pl [new file with mode: 0644]
t/lib/compress/oneshot.pl [new file with mode: 0644]
t/lib/compress/prime.pl [new file with mode: 0644]
t/lib/compress/tied.pl [new file with mode: 0644]
t/lib/compress/truncate.pl [new file with mode: 0644]
t/lib/compress/zlib-generic.pl [new file with mode: 0644]