reopen 457326
reassign 457326 perl-modules
retitle 457326 Archive::Tar should support bzipped tar files
found 457326 perl-modules/5.10.0-24
thanks

On 2009-07-25 18:51:14 +0000, Debian Bug Tracking System wrote:
> The libarchive-tar-perl package has been removed from Debian so we
> are closing the bugs that were still opened against it.
> 
> For more information about this package's removal, read
> http://bugs.debian.org/537601 . That bug might give the reasons why
> this package was removed, and suggestions of possible replacements.

libarchive-tar-perl has been removed because the module is now in
perl-modules, but the bzipped tar files are still not supported.

#!/usr/bin/env perl
use Archive::Tar;
my $tar = Archive::Tar->new;
my $file = shift;
-r $file or die "$!\n";
$tar->read($file);

succeeds on .tar.gz files, but not on .tar.bz2 files. This is also
confirmed by the Archive::Tar(3perl) man page.

-- 
Vincent Lefèvre <vinc...@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to