Compress* 2.006
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Uncompress / AnyInflate.pm
index 8e5544e..0917c97 100644 (file)
@@ -6,22 +6,22 @@ use strict;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.005 qw(createSelfTiedObject);
+use IO::Compress::Base::Common  2.006 qw(createSelfTiedObject);
 
-use IO::Uncompress::Adapter::Inflate  2.005 ();
+use IO::Uncompress::Adapter::Inflate  2.006 ();
 
 
-use IO::Uncompress::Base  2.005 ;
-use IO::Uncompress::Gunzip  2.005 ;
-use IO::Uncompress::Inflate  2.005 ;
-use IO::Uncompress::RawInflate  2.005 ;
-use IO::Uncompress::Unzip  2.005 ;
+use IO::Uncompress::Base  2.006 ;
+use IO::Uncompress::Gunzip  2.006 ;
+use IO::Uncompress::Inflate  2.006 ;
+use IO::Uncompress::RawInflate  2.006 ;
+use IO::Uncompress::Unzip  2.006 ;
 
 require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyInflateError);
 
-$VERSION = '2.005';
+$VERSION = '2.006';
 $AnyInflateError = '';
 
 @ISA = qw( Exporter IO::Uncompress::Base );
@@ -48,7 +48,7 @@ sub anyinflate
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.005 qw(:Parse);
+    use IO::Compress::Base::Common  2.006 qw(:Parse);
     return ( 'RawInflate' => [1, 1, Parse_boolean,  0] ) ;
 }