compress 2.021
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / lib / IO / Uncompress / Adapter / Bunzip2.pm
index 87459a2..b2053af 100644 (file)
@@ -4,12 +4,12 @@ use strict;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common 2.020 qw(:Status);
+use IO::Compress::Base::Common 2.021 qw(:Status);
 
-use Compress::Raw::Bzip2 2.020 ;
+use Compress::Raw::Bzip2 2.021 ;
 
 our ($VERSION, @ISA);
-$VERSION = '2.020';
+$VERSION = '2.021';
 
 sub mkUncompObject
 {