Remove beta status from compression modules
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Zlib / lib / IO / Uncompress / Gunzip.pm
index e465bcb..d2f5da8 100644 (file)
@@ -28,7 +28,7 @@ Exporter::export_ok_tags('all');
 
 $GunzipError = '';
 
-$VERSION = '2.000_14';
+$VERSION = '2.001';
 
 sub new
 {
@@ -334,24 +334,6 @@ IO::Uncompress::Gunzip - Read RFC 1952 files/buffers
 
 
 
-B<WARNING -- This is a Beta release>. 
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
-
 This module provides a Perl interface that allows the reading of
 files/buffers that conform to RFC 1952.