Skip Menu |

This queue is for tickets about the Archive-Extract CPAN distribution.

Report information
The Basics
Id: 32751
Status: resolved
Priority: 0/
Queue: Archive-Extract

People
Owner: Nobody in particular
Requestors: gs364 [...] cornell.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.26
Fixed in: (no value)



Subject: incorrect error message
If "extract" is done on a broken zip file, the "extract" routine will over-write earlier error messages with the incorrect message: "Extract failed, no extractor found".
Hi, On Mon Jan 28 17:22:08 2008, GSHANK wrote: Show quoted text
> If "extract" is done on a broken zip file, the "extract" routine will > over-write earlier error messages with the incorrect message: "Extract > failed, no extractor found".
Sorry for the slow reply, but this issue has now been addressed; the next release of A::E will no longer overwrite errors encountered during the same extract. Instead, they're concatenated and only reset the next time extract() is called. Thanks for reporting,