Version 1.95: 2008-02-20 steffen mueller * Fix RT #33459. (Francesco Rotondella) Version 1.94: 2008-02-03 steffen mueller * Upgrade to newest Module::Install again. * Big patch from Francesco Rotondella: --> Fix overwrite option to constructor. (#32623) --> Error with blanks in file name (#31835) --> Previously could only open files with .RAR extension (#32090). --> Extract to cwd (#32196) --> Implement lowprio feature. Version 1.93: 2007-06-17 steffen mueller * Upgrade to newest Module::Install. * Fix formatting bug. (RT #27593) * Fix List method -files default (RT #1924) Version 1.92: 2006-12-16 steffen mueller * Switch to using Module::Install as a build tool so we can test for the availability of 'rar' during Makefile.PL. * Remove additional "$version" variable from lib/Archive/Rar.pm Version 1.91: 2006-12-14 steffen mueller Some of these changes were contributed by Alexandr Ciornii: * Changed distribution file layout to be a little more modern. * Added dependency on Data::Dumper to Makefile.PL. * Added dependency on Win32::Registry to Makefile.PL (for win32 only). * Machine-readable license statement in Makefile.PL. * Add META.yml to distribution. * Corrected MANIFEST. * Now using "use strict". * Removed "#!/usr/local/bin" from module. * Converted to unix line endings. * Corrected error in README. * Converted tests to use Test::Simple. * Added (optional!) POD tests. Version 1.9: 2002-03-24 jean-marc boulade * First public version.