This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update IO-Compress to CPAN version 2.096
[perl5.git] / cpan / IO-Compress / lib / IO / Uncompress / Adapter / Identity.pm
index e6e1a89..84d74c9 100644 (file)
@@ -4,14 +4,14 @@ use warnings;
 use strict;
 use bytes;
 
-use IO::Compress::Base::Common  2.090 qw(:Status);
+use IO::Compress::Base::Common  2.096 qw(:Status);
 use IO::Compress::Zip::Constants ;
 
 our ($VERSION);
 
-$VERSION = '2.090';
+$VERSION = '2.096';
 
-use Compress::Raw::Zlib  2.090 ();
+use Compress::Raw::Zlib  2.096 ();
 
 sub mkUncompObject
 {