summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2007-07-05 17:01:02 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-06 08:09:12 +0000
commit61cec30be720dcb8852e35d61eab80b84338f4c5 (patch)
tree5485f93c89b4597e4c7f11d6bc2cf571106d6e5a
parente29ab837a9bff80d6818ba7818cd521cde7095d9 (diff)
downloadperl-61cec30be720dcb8852e35d61eab80b84338f4c5.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
-rw-r--r--lib/Archive/Extract.pm8
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