Eliminate external call to tar executable in favour of Archive::Tar
authorMax Maischein <corion@corion.net>
Tue, 21 May 2013 17:09:47 +0000 (19:09 +0200)
committerDavid Golden <dagolden@cpan.org>
Tue, 21 May 2013 17:58:30 +0000 (13:58 -0400)
commita1450e8bf79c3c2d21815edb107c092b823221fd
tree6c3f474312ebcce2251c3d8123d550a4b1509751
parentb6956a94c03907bb423a113afad54a0e343f44cf
Eliminate external call to tar executable in favour of Archive::Tar

Archive::Tar has ->extract_archive, which does Just That. This means
we lose immediate support for bzip2 files, but not all
incarnations of `tar` support it either.

Signed-off-by: David Golden <dagolden@cpan.org>
Porting/sync-with-cpan