Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: frank [...] planet-interview.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: (no value)



Subject: Wrong check for `type' argument
The parameter checking for the `type' argument does not allow "tbz". There are also some inconsistencies in the POD and the code regarding tbz and tbz2. Changing the following line type => { default => '', allow => [qw|tgz tar zip gz bz2 tbz2|] }, to type => { default => '', allow => [qw|tgz tar zip gz bz2 tbz|] }, made it work for me. Thanks, Frank
On Thu Jan 25 08:42:09 2007, frank@planet-interview.de wrote: Show quoted text
> The parameter checking for the `type' argument does not allow "tbz". > There are also some inconsistencies in the POD and the code regarding > tbz and tbz2.
Thanks for reporting, this issue has been addressed in the development branch and will be released as 0.16 shortly. -- Jos