Update Compress Modules to version 2.002
[p5sagit/p5-mst-13.2.git] / ext / IO / Compress / Zlib / lib / IO / Compress / Gzip.pm
index 7ec0d76..0c39c3a 100644 (file)
@@ -27,7 +27,7 @@ require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $GzipError);
 
-$VERSION = '2.001';
+$VERSION = '2.002';
 $GzipError = '' ;
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);