in reply to Re^2: Archive::Zip Compaitibility Issues??
in thread Archive::Zip Compaitibility Issues??
or just one of them, if it fails with both.perl -MArchive::Zip=:ERROR_CODES,:CONSTANTS -e1
If that doesn't work, try upgrading the module. You could ask for the current version first:
(Windows quotes)perl -MArchive::Zip -le "print $Archive::Zip::VERSION"
and check on CPAN if that version supports these tags, to see if that would likely fix it.
|
---|