This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade IO-Compress to 2.055
[perl5.git] / cpan / IO-Compress / lib / IO / Compress / Adapter / Bzip2.pm
index 9bec93e..1628017 100644 (file)
@@ -4,12 +4,12 @@ use strict;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.052 qw(:Status);
+use IO::Compress::Base::Common  2.055 qw(:Status);
 
-use Compress::Raw::Bzip2  2.052 ;
+use Compress::Raw::Bzip2  2.055 ;
 
 our ($VERSION);
-$VERSION = '2.052';
+$VERSION = '2.055';
 
 sub mkCompObject
 {