NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
$Archive::Extract::PREFER_BIN = 1; (Score:1)
I tried
Archive::Extractin four of the tarballs mentioned in the error messages you gave:All these tarballs seem "not good" from the point of view of Perl/CPAN extraction modules that
Archive::Extractuses. These areArchive::TarandArchive::Zip.This is a bad thing that these modules are not as robust as possible, but they are good enough for the effort that CPAN volunteer developers put on these. But, on the other hand, all of these distributions work ok (at least on Ubunty 7.04) if you instruct
Archive::Extractto prefer the binary utilities (like gzip, tar, unzip) over the Perl modules.So when I tried each one of the four mentioned distributions with this code, they extracted with no problems:
Reply to This