The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.06  Wed Oct 29 14:39:15 PST 2003
    - Updating to Archive::Zip 1.07 which fixes extractTree().
    * Forgot to include *.tar in the "what is a tarball" logic!
      [Thanks Kevin Pease]
    - Minor doc improvements.

0.05  Mon Oct 20 04:28:31 PDT 2003
    * Archive::Any->new($file, $type) wasn't working (thanks to Simon Wistow
      for catching this).

0.04  Mon Oct 20 01:53:27 PDT 2003
    * 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

0.03  Mon Sep  3 22:18:28 EDT 2001
    * It is now safe to chdir() after creating an Archive::Any object

0.01  Sun Aug 26 02:09:51 EDT 2001
    * First working version
    * Archive::Zip is broken.  Using unzip binary to extract.