Compress* 2.006
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Uncompress / Adapter / Identity.pm
index 1e50612..be7253b 100644 (file)
@@ -4,13 +4,13 @@ use warnings;
 use strict;
 use bytes;
 
-use IO::Compress::Base::Common  2.005 qw(:Status);
+use IO::Compress::Base::Common  2.006 qw(:Status);
 
 our ($VERSION);
 
-$VERSION = '2.005';
+$VERSION = '2.006';
 
-use Compress::Raw::Zlib  2.005 ();
+use Compress::Raw::Zlib  2.006 ();
 
 sub mkUncompObject
 {