Some updates to perl compression interfaces originally
submitted by
simon , I have tested on i386 and they are OK.
Changelog:
p5-Compress-Raw-Zlib
Update: 2.004 -> 2.005
Changes:
2.005 18 June 2007
* Only include ppport.h when not being built with
perl.
[core patch #30655]
p5-IO-Compress-Base
Update: 2.004 -> 2.005
Changes:
2.005 18 June 2007
* Stephen Turner reported a problem when using
IO::Uncompress::Gunzip
with XML::Parser. Turns out there were two issues.
Firstly an IO::Uncompress object isn't an
IO::Handle. It is now.
Secondly the implementation of "read"
wasn't honouring this
SCALAR will be grown or shrunk to the length
actually read.
In particular it didn't do the right thing on
EOF.
This has been fixed.
p5-IO-Compress-Zlib
Update: 2.004 -> 2.005
Changes:
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.
|