compress 2.021
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / lib / IO / Compress / Adapter / Bzip2.pm
index 65c18bd..a56331d 100644 (file)
@@ -4,13 +4,13 @@ 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::Bzip2 ;
-use Compress::Raw::Bzip2  2.020 ;
+use Compress::Raw::Bzip2  2.021 ;
 
 our ($VERSION);
-$VERSION = '2.020';
+$VERSION = '2.021';
 
 sub mkCompObject
 {