This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Compress::Zlib 2.000_05
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Oct 2005 15:53:34 +0000 (15:53 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Oct 2005 15:53:34 +0000 (15:53 +0000)
commit642e522ca519399524c3fc05cc7ff04ae62b068a
tree86d0b60756f5f2061d5781a7797e2013ea1bf011
parentbb275e7208fde6cd3835f1057d07fa69e22b40a4
Upgrade to Compress::Zlib 2.000_05

p4raw-id: //depot/perl@25695
61 files changed:
MANIFEST
ext/Compress/Zlib/ANNOUNCE [deleted file]
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/config.in
ext/Compress/Zlib/examples/filtdef
ext/Compress/Zlib/examples/filtinf
ext/Compress/Zlib/examples/gzcat
ext/Compress/Zlib/examples/gzcat.zlib [new file with mode: 0644]
ext/Compress/Zlib/examples/gzgrep
ext/Compress/Zlib/examples/gzstream
ext/Compress/Zlib/fallback/constants.h [moved from ext/Compress/Zlib/fallback.h with 90% similarity]
ext/Compress/Zlib/fallback/constants.xs [moved from ext/Compress/Zlib/fallback.xs with 100% similarity]
ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/Compress/Zlib/Common.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/File/GlobMapper.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Compress/Deflate.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Compress/Gzip.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm [new file with mode: 0644]
ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm [new file with mode: 0644]
ext/Compress/Zlib/pod/FAQ.pod [new file with mode: 0644]
ext/Compress/Zlib/ppport.h [new file with mode: 0644]
ext/Compress/Zlib/t/01version.t
ext/Compress/Zlib/t/02zlib.t
ext/Compress/Zlib/t/03zlib-v1.t [new file with mode: 0644]
ext/Compress/Zlib/t/04def.t [new file with mode: 0644]
ext/Compress/Zlib/t/04encoding.t [deleted file]
ext/Compress/Zlib/t/05examples.t [moved from ext/Compress/Zlib/t/03examples.t with 50% similarity]
ext/Compress/Zlib/t/05gzsetp.t [deleted file]
ext/Compress/Zlib/t/06gzdopen.t [deleted file]
ext/Compress/Zlib/t/06gzsetp.t [new file with mode: 0644]
ext/Compress/Zlib/t/07bufsize.t [new file with mode: 0644]
ext/Compress/Zlib/t/08encoding.t [new file with mode: 0644]
ext/Compress/Zlib/t/09gziphdr.t [new file with mode: 0644]
ext/Compress/Zlib/t/10defhdr.t [new file with mode: 0644]
ext/Compress/Zlib/t/11truncate.t [new file with mode: 0644]
ext/Compress/Zlib/t/12any.t [new file with mode: 0644]
ext/Compress/Zlib/t/13prime.t [new file with mode: 0644]
ext/Compress/Zlib/t/14gzopen.t [new file with mode: 0644]
ext/Compress/Zlib/t/15multi.t [new file with mode: 0644]
ext/Compress/Zlib/t/16oneshot.t [new file with mode: 0644]
ext/Compress/Zlib/t/17isize.t [new file with mode: 0644]
ext/Compress/Zlib/t/18lvalue.t [new file with mode: 0644]
ext/Compress/Zlib/t/19destroy.t [new file with mode: 0644]
ext/Compress/Zlib/t/20tied.t [new file with mode: 0644]
ext/Compress/Zlib/t/21newtied.t [new file with mode: 0644]
ext/Compress/Zlib/t/22merge.t [new file with mode: 0644]
ext/Compress/Zlib/t/23misc.t [new file with mode: 0644]
ext/Compress/Zlib/t/99pod.t [new file with mode: 0644]
ext/Compress/Zlib/t/globmapper.t [new file with mode: 0644]
ext/Compress/Zlib/typemap
ext/Compress/Zlib/zlib-src/gzio.c [deleted file]
lib/ZlibTestUtils.pm [new file with mode: 0644]