diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm index 5c63b5ccbd2..812f3f87d1b 100644 --- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm +++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm @@ -4,14 +4,14 @@ use warnings; use strict; use bytes; -use IO::Compress::Base::Common 2.060 qw(:Status); +use IO::Compress::Base::Common 2.064 qw(:Status); use IO::Compress::Zip::Constants ; our ($VERSION); -$VERSION = '2.060'; +$VERSION = '2.064'; -use Compress::Raw::Zlib 2.060 (); +use Compress::Raw::Zlib 2.064 (); sub mkUncompObject { |