Update Compression modules to version 2.012
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Compress / Deflate.pm
index e702e43..0c94e8f 100644 (file)
@@ -6,16 +6,16 @@ use bytes;
 
 require Exporter ;
 
-use IO::Compress::RawDeflate 2.011 ;
+use IO::Compress::RawDeflate 2.012 ;
 
-use Compress::Raw::Zlib  2.011 ;
-use IO::Compress::Zlib::Constants 2.011 ;
-use IO::Compress::Base::Common  2.011 qw(createSelfTiedObject);
+use Compress::Raw::Zlib  2.012 ;
+use IO::Compress::Zlib::Constants 2.012 ;
+use IO::Compress::Base::Common  2.012 qw(createSelfTiedObject);
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
 
-$VERSION = '2.011';
+$VERSION = '2.012';
 $DeflateError = '';
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);