[PATCH] *-Compress-* 2.020
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / lib / IO / Compress / Gzip.pm
index 51ba711..d3d38ea 100644 (file)
@@ -8,12 +8,12 @@ use warnings;
 use bytes;
 
 
-use IO::Compress::RawDeflate 2.019 ;
+use IO::Compress::RawDeflate 2.020 ;
 
-use Compress::Raw::Zlib  2.019 ;
-use IO::Compress::Base::Common  2.019 qw(:Status :Parse createSelfTiedObject);
-use IO::Compress::Gzip::Constants 2.019 ;
-use IO::Compress::Zlib::Extra 2.019 ;
+use Compress::Raw::Zlib  2.020 ;
+use IO::Compress::Base::Common  2.020 qw(:Status :Parse createSelfTiedObject);
+use IO::Compress::Gzip::Constants 2.020 ;
+use IO::Compress::Zlib::Extra 2.020 ;
 
 BEGIN
 {
@@ -27,7 +27,7 @@ require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $GzipError);
 
-$VERSION = '2.019';
+$VERSION = '2.020';
 $GzipError = '' ;
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);