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 58db9d87a4..36148cf685 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
@@ -8,16 +8,16 @@ use bytes;
require Exporter ;
-use IO::Compress::RawDeflate 2.091 ();
-use IO::Compress::Adapter::Deflate 2.091 ;
+use IO::Compress::RawDeflate 2.092 ();
+use IO::Compress::Adapter::Deflate 2.092 ;
-use IO::Compress::Zlib::Constants 2.091 ;
-use IO::Compress::Base::Common 2.091 qw();
+use IO::Compress::Zlib::Constants 2.092 ;
+use IO::Compress::Base::Common 2.092 qw();
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
-$VERSION = '2.091';
+$VERSION = '2.092';
$DeflateError = '';
@ISA = qw(IO::Compress::RawDeflate Exporter);