The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04 - 2003-10-20

  • Removing unzip binary hack around Archive::Zip->extractMember bug.
  • Working around new extractTree() bug which can cause directories to be unzipped with permissions set to 0000.
  • Fixing is_impolite() and is_naughty() so they return true or false instead of the scalar result of a grep.
  • Failing gracefully should Archive::Tar/Zip->new() fail.
  • Fixing list_archive() and extract_archive() misuse so we work with modern Archive::Tar.
  • Class::Virtually::Abstract now has a version # on CPAN.
  • is_naughty() would screw up if the first file in the archive wasn't a lone directory

Modules

Single interface to deal with zips and tarballs
Archive::Any wrapper around Archive::Tar
Archive::Any wrapper around Archive::Zip