Update Compression modules to version 2.012
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Uncompress / Adapter / Identity.pm
index 91e9be2..23859eb 100644 (file)
@@ -4,13 +4,13 @@ use warnings;
 use strict;
 use bytes;
 
-use IO::Compress::Base::Common  2.011 qw(:Status);
+use IO::Compress::Base::Common  2.012 qw(:Status);
 
 our ($VERSION);
 
-$VERSION = '2.011';
+$VERSION = '2.012';
 
-use Compress::Raw::Zlib  2.011 ();
+use Compress::Raw::Zlib  2.012 ();
 
 sub mkUncompObject
 {