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] PaulThread Next