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