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.049
[perl5.git] / cpan / IO-Compress / lib / IO / Uncompress / Adapter / Identity.pm
index 5d74d04..a96347c 100644 (file)
@@ -4,14 +4,14 @@ use warnings;
 use strict;
 use bytes;
 
-use IO::Compress::Base::Common  2.048 qw(:Status);
+use IO::Compress::Base::Common  2.049 qw(:Status);
 use IO::Compress::Zip::Constants ;
 
 our ($VERSION);
 
-$VERSION = '2.048';
+$VERSION = '2.049';
 
-use Compress::Raw::Zlib  2.048 ();
+use Compress::Raw::Zlib  2.049 ();
 
 sub mkUncompObject
 {