IO::Compress::* 2.011
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Compress / Adapter / Identity.pm
index 2eef317..ad7347c 100644 (file)
@@ -4,10 +4,10 @@ use strict;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.010 qw(:Status);
+use IO::Compress::Base::Common  2.011 qw(:Status);
 our ($VERSION);
 
-$VERSION = '2.010';
+$VERSION = '2.011';
 
 sub mkCompObject
 {