From: Paul Marquess Date: Thu, 5 Jul 2007 16:01:02 +0000 (+0100) Subject: Archive::Extract - small pod update X-Git-Tag: accepted/trunk/20130322.191538~14941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ef249b908f1fd6caec1b0140c6be9c66f4eb1f2;p=platform%2Fupstream%2Fperl.git Archive::Extract - small pod update From: "Paul Marquess" Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com> p4raw-id: //depot/perl@31538 --- diff --git a/lib/Archive/Extract.pm b/lib/Archive/Extract.pm index 0e1d6dd..d3a18ea 100644 --- a/lib/Archive/Extract.pm +++ b/lib/Archive/Extract.pm @@ -28,7 +28,7 @@ use constant Z => 'Z'; use vars qw[$VERSION $PREFER_BIN $PROGRAMS $WARN $DEBUG]; -$VERSION = '0.22'; +$VERSION = '0.22_01'; $PREFER_BIN = 0; $WARN = 1; $DEBUG = 0; @@ -1149,12 +1149,6 @@ your archives do not have any of the extensions as described in the C method, you will have to specify the type explicitly, or C will not be able to extract the archive for you. -=head2 Bzip2 Support - -There's currently no very reliable pure perl Bzip2 implementation -available, so C can only extract C -compressed archives if you have a C program. - =head1 GLOBAL VARIABLES =head2 $Archive::Extract::DEBUG