IO::Compress::* 2.010
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Uncompress / Inflate.pm
index d1d636a..52b3ded 100644 (file)
@@ -5,15 +5,15 @@ use strict ;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status createSelfTiedObject);
-use IO::Compress::Zlib::Constants 2.009 ;
+use IO::Compress::Base::Common  2.010 qw(:Status createSelfTiedObject);
+use IO::Compress::Zlib::Constants 2.010 ;
 
-use IO::Uncompress::RawInflate  2.009 ;
+use IO::Uncompress::RawInflate  2.010 ;
 
 require Exporter ;
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $InflateError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $InflateError = '';
 
 @ISA    = qw( Exporter IO::Uncompress::RawInflate );