[PATCH] *-Compress-* 2.020
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / lib / IO / Compress / Deflate.pm
index 89740ae..821576b 100644 (file)
@@ -6,16 +6,16 @@ use bytes;
 
 require Exporter ;
 
-use IO::Compress::RawDeflate 2.019 ;
+use IO::Compress::RawDeflate 2.020 ;
 
-use Compress::Raw::Zlib  2.019 ;
-use IO::Compress::Zlib::Constants 2.019 ;
-use IO::Compress::Base::Common  2.019 qw(createSelfTiedObject);
+use Compress::Raw::Zlib  2.020 ;
+use IO::Compress::Zlib::Constants 2.020 ;
+use IO::Compress::Base::Common  2.020 qw(createSelfTiedObject);
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
 
-$VERSION = '2.019';
+$VERSION = '2.020';
 $DeflateError = '';
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);