[PATCH] *-Compress-* 2.020
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / lib / IO / Compress / Adapter / Bzip2.pm
index ebc2882..65c18bd 100644 (file)
@@ -4,13 +4,13 @@ use strict;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.019 qw(:Status);
+use IO::Compress::Base::Common  2.020 qw(:Status);
 
 #use Compress::Bzip2 ;
-use Compress::Raw::Bzip2  2.019 ;
+use Compress::Raw::Bzip2  2.020 ;
 
 our ($VERSION);
-$VERSION = '2.019';
+$VERSION = '2.020';
 
 sub mkCompObject
 {