summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Deflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Deflate.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
index c8b8f5e5c0..1d241d7c44 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
@@ -6,16 +6,16 @@ use bytes;
require Exporter ;
-use IO::Compress::RawDeflate 2.042 ;
+use IO::Compress::RawDeflate 2.043 ;
-use Compress::Raw::Zlib 2.042 ;
-use IO::Compress::Zlib::Constants 2.042 ;
-use IO::Compress::Base::Common 2.042 qw(createSelfTiedObject);
+use Compress::Raw::Zlib 2.043 ;
+use IO::Compress::Zlib::Constants 2.043 ;
+use IO::Compress::Base::Common 2.043 qw(createSelfTiedObject);
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
-$VERSION = '2.042';
+$VERSION = '2.043';
$DeflateError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);