From 40b4b6e177c62a14c166dbba6adf3abc415af4b2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 18 Apr 2017 23:10:57 +0000 Subject: tlperl 5.24.1 from siep git-svn-id: svn://tug.org/texlive/trunk@43914 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Bunzip2.pm | 6 +++--- Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm | 6 +++--- Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Inflate.pm | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter') diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Bunzip2.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Bunzip2.pm index 0161b8fe7b7..3d8fefcf7d1 100644 --- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Bunzip2.pm +++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Bunzip2.pm @@ -4,12 +4,12 @@ use strict; use warnings; use bytes; -use IO::Compress::Base::Common 2.068 qw(:Status); +use IO::Compress::Base::Common 2.069 qw(:Status); -use Compress::Raw::Bzip2 2.068 ; +use Compress::Raw::Bzip2 2.069 ; our ($VERSION, @ISA); -$VERSION = '2.068'; +$VERSION = '2.069_001'; sub mkUncompObject { diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm index ecc66b9a807..840a34fccd4 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.068 qw(:Status); +use IO::Compress::Base::Common 2.069 qw(:Status); use IO::Compress::Zip::Constants ; our ($VERSION); -$VERSION = '2.068'; +$VERSION = '2.069_001'; -use Compress::Raw::Zlib 2.068 (); +use Compress::Raw::Zlib 2.069 (); sub mkUncompObject { diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Inflate.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Inflate.pm index 2cfe61e865d..d23eb900bfb 100644 --- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Inflate.pm +++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Inflate.pm @@ -4,11 +4,11 @@ use strict; use warnings; #use bytes; -use IO::Compress::Base::Common 2.068 qw(:Status); -use Compress::Raw::Zlib 2.068 qw(Z_OK Z_BUF_ERROR Z_STREAM_END Z_FINISH MAX_WBITS); +use IO::Compress::Base::Common 2.069 qw(:Status); +use Compress::Raw::Zlib 2.069 qw(Z_OK Z_BUF_ERROR Z_STREAM_END Z_FINISH MAX_WBITS); our ($VERSION); -$VERSION = '2.068'; +$VERSION = '2.069_001'; -- cgit v1.2.3