diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 2007-07-05 17:01:02 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-06 08:09:12 +0000 |
commit | 6ef249b908f1fd6caec1b0140c6be9c66f4eb1f2 (patch) | |
tree | 5485f93c89b4597e4c7f11d6bc2cf571106d6e5a /lib/Archive | |
parent | afd8c9c88c4423cc24eb45cffe3d10e6037c8642 (diff) | |
download | perl-6ef249b908f1fd6caec1b0140c6be9c66f4eb1f2.tar.gz |
Archive::Extract - small pod update
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
p4raw-id: //depot/perl@31538
Diffstat (limited to 'lib/Archive')
-rw-r--r-- | lib/Archive/Extract.pm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Archive/Extract.pm b/lib/Archive/Extract.pm index 0e1d6ddf5e..d3a18ea3ed 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<new()> method, you will have to specify the type explicitly, or C<Archive::Extract> 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<Archive::Extract> can only extract C<bzip2> -compressed archives if you have a C</bin/bunzip2> program. - =head1 GLOBAL VARIABLES =head2 $Archive::Extract::DEBUG |