Archive::Extract - small pod update
Paul Marquess [Thu, 5 Jul 2007 16:01:02 +0000 (17:01 +0100)]
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>

p4raw-id: //depot/perl@31538

lib/Archive/Extract.pm

index 0e1d6dd..d3a18ea 100644 (file)
@@ -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