diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm index b0259f30430..3a375a7c16e 100644 --- a/Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm +++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm @@ -5,16 +5,16 @@ use strict ; use warnings; #use bytes; -use Compress::Raw::Zlib 2.064 ; -use IO::Compress::Base::Common 2.064 qw(:Status ); +use Compress::Raw::Zlib 2.068 ; +use IO::Compress::Base::Common 2.068 qw(:Status ); -use IO::Uncompress::Base 2.064 ; -use IO::Uncompress::Adapter::Inflate 2.064 ; +use IO::Uncompress::Base 2.068 ; +use IO::Uncompress::Adapter::Inflate 2.068 ; require Exporter ; our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError); -$VERSION = '2.064'; +$VERSION = '2.068'; $RawInflateError = ''; @ISA = qw( Exporter IO::Uncompress::Base ); |