Compress* 2.006
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Compress / Deflate.pm
index 8ec541b..76b83db 100644 (file)
@@ -6,16 +6,16 @@ use bytes;
 
 require Exporter ;
 
-use IO::Compress::RawDeflate 2.005 ;
+use IO::Compress::RawDeflate 2.006 ;
 
-use Compress::Raw::Zlib  2.005 ;
-use IO::Compress::Zlib::Constants 2.005 ;
-use IO::Compress::Base::Common  2.005 qw(createSelfTiedObject);
+use Compress::Raw::Zlib  2.006 ;
+use IO::Compress::Zlib::Constants 2.006 ;
+use IO::Compress::Base::Common  2.006 qw(createSelfTiedObject);
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
 
-$VERSION = '2.005';
+$VERSION = '2.006';
 $DeflateError = '';
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);