Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IO-Compress-Zlib
From: Thomas Klausner
Date: 2007-11-30 16:30:41
Message id: 20071130153041.3DCAC21507@cvs.netbsd.org
Log Message:
Update to 2.008:
2.008 2 November 2007
* Minor documentation changes in README
* t/compress/truncate.pl
EBCDIC Cleanup.
* IO::Compress::Gzip::Constants.pm
Tidied up the character classes used to defined invalid
FNAME & FCOMMENT fields for EBCDIC.
2.006 1 September 2007
* Makefile.PL
Added INSTALLDIRS directive to install as a core module when built
on a perl >= 5.9.
* IO::Uncompress::RawDeflate
- Fixed export problem - "$RawDeflateError" and \
"rawdeflate" were
not being exported with ":all".
2.005 18 June 2007
* IO::Compress::Gzip & IO::Uncompress::Gunzip
- RFC1952 says that the FNAME & FCOMMENT header fields must be ISO
8859-1 (LATIN-1) characters. The code can optionally police this.
Added a fix for this logic when running on EBCDIC.
* Makefile.PL
- Check if IO::Compress::Bzip2 is already installed. If it is, add
to the PREREQ_PM list.
Files: