Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 67738
Status: resolved
Priority: 0/
Queue: Archive-Any

People
Owner: Nobody in particular
Requestors: onken [...] netcubed.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.0932
Fixed in: (no value)



Subject: Add bzip2 support to Plugin::Tar
Archive::Tar also handles bzip2 files. Fix: sub can_handle { return( 'application/x-tar', 'application/x-gtar', 'application/x-gzip', 'application/x-bzip2', ); }
Am Mo 25. Apr 2011, 06:38:56, PERLER schrieb: Show quoted text
> Archive::Tar also handles bzip2 files. > Fix: > > sub can_handle { > return( > 'application/x-tar', > 'application/x-gtar', > 'application/x-gzip', > 'application/x-bzip2', > ); > }
Patch attached
Subject: patch.diff
--- lib/Archive/Any/Plugin/Tar.pm.orig 2011-04-25 18:26:11.000000000 +0200 +++ lib/Archive/Any/Plugin/Tar.pm 2011-04-25 12:37:45.000000000 +0200 @@ -20,6 +20,7 @@ 'application/x-tar', 'application/x-gtar', 'application/x-gzip', + 'application/x-bzip2', ); }
On Mon Apr 25 12:29:33 2011, PERLER wrote: Show quoted text
> Am Mo 25. Apr 2011, 06:38:56, PERLER schrieb:
> > Archive::Tar also handles bzip2 files. > > Fix: > > > > sub can_handle { > > return( > > 'application/x-tar', > > 'application/x-gtar', > > 'application/x-gzip', > > 'application/x-bzip2', > > ); > > }
> > Patch attached >
Hi Clint, Are you still actively maintaining this module? If not, would be be willing to pass on maintenance or add a co-maint? Best, Olaf
From: paul [...] city-fan.org
On Wed Oct 09 09:04:54 2013, OALDERS wrote: Show quoted text
> Closed via https://github.com/oalders/archive- > any/commit/5468a5645f91b0e99ab553990407dac31f15ea57
In the newly-released Archive-Any 0.0940, $Archive::Any::VERSION is still 0.0932; looks like that got missed in the conversion to Dist::Zilla.
On Fri Oct 18 07:34:18 2013, paul@city-fan.org wrote: Show quoted text
> On Wed Oct 09 09:04:54 2013, OALDERS wrote:
> > Closed via https://github.com/oalders/archive- > > any/commit/5468a5645f91b0e99ab553990407dac31f15ea57
> > In the newly-released Archive-Any 0.0940, $Archive::Any::VERSION is > still 0.0932; looks like that got missed in the conversion to > Dist::Zilla.
Thanks for pointing that out. It also turns out that I don't have maint perms for all the modules in this distribution, so I've contacted Schwern to get that sorted as well.