summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm b/Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm
index d8848d7f696..4b8095343a8 100644
--- a/Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Compress/Deflate.pm
@@ -8,16 +8,16 @@ use bytes;
require Exporter ;
-use IO::Compress::RawDeflate 2.064 ();
-use IO::Compress::Adapter::Deflate 2.064 ;
+use IO::Compress::RawDeflate 2.068 ();
+use IO::Compress::Adapter::Deflate 2.068 ;
-use IO::Compress::Zlib::Constants 2.064 ;
-use IO::Compress::Base::Common 2.064 qw();
+use IO::Compress::Zlib::Constants 2.068 ;
+use IO::Compress::Base::Common 2.068 qw();
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
-$VERSION = '2.064';
+$VERSION = '2.068';
$DeflateError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);