develooper Front page | perl.perl5.porters | Postings from May 2008

[PATCH] IO::Compress::* 2.011

Thread Next
From:
Paul Marquess
Date:
May 17, 2008 04:16
Subject:
[PATCH] IO::Compress::* 2.011
Message ID:
CF9B8F335CB2417FBA78E0F08EAB1F7D@myopwv.com
A few miscellaneous fixes in this update

       * Compress::Raw::Zlib
         - A C++-style comment sneaked in with the last update. Fixed.
           [core patch #33828]

       * IO::Compress::Base
         - Fixed problem that prevented the creation of a zip file that
           contained more than one compression method.
 
       * IO::Compress::Base::Common
         - The private Validator class in this module clashes with another
           CPAN module. Moved Validator into the IO::Compress::Base::Common
           namespace.
           [RT #35954]

       * IO::Uncompress::Unzip 
         - Print an error message if the zip file contains a
           member compressed with bzip2 and IO::Uncompress::Bunzip2 is 
           not available.
         - Could not cope with mixed compression zip files. For example a
           zip file that contains both STORED and DEFLATED content.
           [RT #35573]

Paul

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About