summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Compress-Base
AgeCommit message (Collapse)AuthorFilesLines
2008-07-17Updated to version 2.012.heinz2-6/+6
Pkgsrc changes: - none Changes since version 2.011: ============================ 2.012 15 July 2008 * IO::Compress::Base - Silenced an uninitialised value warning when reading a line at a time from a zip file where the content uses ZIP_CM_STORE. [Problem spotted & fixed by Jeff Holt] * IO::Compress::Base & IO::Uncompress::Base - local-ise $!, $? et al in the DESTROY methods.
2008-05-28Updated devel/p5-IO-Compress-Zlib to 2.011abs2-8/+9
2.011 17 May 2008 * No Changes 2.010 5 May 2008 * Fixed problem that meant Perl 5.10 could not upgrade this module. [RT #35341] 2.009 20 April 2008 * Minor documentation issue with flush. [rt.cpan.org #31446]
2007-11-30Update to 2.008:wiz2-6/+6
2.008 2 November 2007 * Minor documentation changes in README 2.006 1 September 20007 * Makefile.PL Added INSTALLDIRS directive to install as a core module when built on a perl >= 5.9. 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.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-03-08Update to 2.004:wiz2-6/+6
2.004 3 March 2007 * Made seek less wasteful of memory.
2007-02-02Initial import:wiz4-0/+27
This module is the base class for all IO::Compress and IO::Uncompress modules.