IO::Compress::* 2.010
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / lib / IO / Compress / Adapter / Deflate.pm
index 2ba4b2b..c269d4f 100644 (file)
@@ -4,12 +4,12 @@ use strict;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status);
+use IO::Compress::Base::Common  2.010 qw(:Status);
 
-use Compress::Raw::Zlib  2.009 qw(Z_OK Z_FINISH MAX_WBITS) ;
+use Compress::Raw::Zlib  2.010 qw(Z_OK Z_FINISH MAX_WBITS) ;
 our ($VERSION);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 sub mkCompObject
 {