summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/IO/Uncompress
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/Uncompress')
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Bunzip2.pm6
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Identity.pm6
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Adapter/Inflate.pm6
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm20
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/AnyUncompress.pm42
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Base.pm6
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Bunzip2.pm10
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Gunzip.pm14
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Inflate.pm10
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm12
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/Unzip.pm18
11 files changed, 76 insertions, 74 deletions
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';
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm
index fd0bd69d8c7..637e6299b1b 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm
@@ -6,22 +6,22 @@ use strict;
use warnings;
use bytes;
-use IO::Compress::Base::Common 2.068 ();
+use IO::Compress::Base::Common 2.069 ();
-use IO::Uncompress::Adapter::Inflate 2.068 ();
+use IO::Uncompress::Adapter::Inflate 2.069 ();
-use IO::Uncompress::Base 2.068 ;
-use IO::Uncompress::Gunzip 2.068 ;
-use IO::Uncompress::Inflate 2.068 ;
-use IO::Uncompress::RawInflate 2.068 ;
-use IO::Uncompress::Unzip 2.068 ;
+use IO::Uncompress::Base 2.069 ;
+use IO::Uncompress::Gunzip 2.069 ;
+use IO::Uncompress::Inflate 2.069 ;
+use IO::Uncompress::RawInflate 2.069 ;
+use IO::Uncompress::Unzip 2.069 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyInflateError);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$AnyInflateError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
@@ -48,7 +48,7 @@ sub anyinflate
sub getExtraParams
{
- use IO::Compress::Base::Common 2.068 qw(:Parse);
+ use IO::Compress::Base::Common 2.069 qw(:Parse);
return ( 'rawinflate' => [Parse_boolean, 0] ) ;
}
@@ -995,7 +995,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyUncompress.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyUncompress.pm
index 0d2568e5b3c..92a04a45d9d 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyUncompress.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyUncompress.pm
@@ -4,16 +4,16 @@ use strict;
use warnings;
use bytes;
-use IO::Compress::Base::Common 2.068 ();
+use IO::Compress::Base::Common 2.069 ();
-use IO::Uncompress::Base 2.068 ;
+use IO::Uncompress::Base 2.069 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyUncompressError);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$AnyUncompressError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
@@ -27,22 +27,24 @@ Exporter::export_ok_tags('all');
BEGIN
{
- eval ' use IO::Uncompress::Adapter::Inflate 2.068 ;';
- eval ' use IO::Uncompress::Adapter::Bunzip2 2.068 ;';
- eval ' use IO::Uncompress::Adapter::LZO 2.068 ;';
- eval ' use IO::Uncompress::Adapter::Lzf 2.068 ;';
- eval ' use IO::Uncompress::Adapter::UnLzma 2.068 ;';
- eval ' use IO::Uncompress::Adapter::UnXz 2.068 ;';
-
- eval ' use IO::Uncompress::Bunzip2 2.068 ;';
- eval ' use IO::Uncompress::UnLzop 2.068 ;';
- eval ' use IO::Uncompress::Gunzip 2.068 ;';
- eval ' use IO::Uncompress::Inflate 2.068 ;';
- eval ' use IO::Uncompress::RawInflate 2.068 ;';
- eval ' use IO::Uncompress::Unzip 2.068 ;';
- eval ' use IO::Uncompress::UnLzf 2.068 ;';
- eval ' use IO::Uncompress::UnLzma 2.068 ;';
- eval ' use IO::Uncompress::UnXz 2.068 ;';
+ local @INC = @INC;
+ pop @INC if $INC[-1] eq '.';
+ eval ' use IO::Uncompress::Adapter::Inflate 2.069 ;';
+ eval ' use IO::Uncompress::Adapter::Bunzip2 2.069 ;';
+ eval ' use IO::Uncompress::Adapter::LZO 2.069 ;';
+ eval ' use IO::Uncompress::Adapter::Lzf 2.069 ;';
+ eval ' use IO::Uncompress::Adapter::UnLzma 2.069 ;';
+ eval ' use IO::Uncompress::Adapter::UnXz 2.069 ;';
+
+ eval ' use IO::Uncompress::Bunzip2 2.069 ;';
+ eval ' use IO::Uncompress::UnLzop 2.069 ;';
+ eval ' use IO::Uncompress::Gunzip 2.069 ;';
+ eval ' use IO::Uncompress::Inflate 2.069 ;';
+ eval ' use IO::Uncompress::RawInflate 2.069 ;';
+ eval ' use IO::Uncompress::Unzip 2.069 ;';
+ eval ' use IO::Uncompress::UnLzf 2.069 ;';
+ eval ' use IO::Uncompress::UnLzma 2.069 ;';
+ eval ' use IO::Uncompress::UnXz 2.069 ;';
}
sub new
@@ -1025,7 +1027,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Base.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Base.pm
index 04348a23540..0906f34f2a8 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Base.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Base.pm
@@ -9,12 +9,12 @@ our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS);
@ISA = qw(Exporter IO::File);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
use constant G_EOF => 0 ;
use constant G_ERR => -1 ;
-use IO::Compress::Base::Common 2.068 ;
+use IO::Compress::Base::Common 2.069 ;
use IO::File ;
use Symbol;
@@ -1549,7 +1549,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Bunzip2.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Bunzip2.pm
index c6e7f466ad6..97bc415878a 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Bunzip2.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Bunzip2.pm
@@ -4,15 +4,15 @@ 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 IO::Uncompress::Base 2.068 ;
-use IO::Uncompress::Adapter::Bunzip2 2.068 ;
+use IO::Uncompress::Base 2.069 ;
+use IO::Uncompress::Adapter::Bunzip2 2.069 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $Bunzip2Error);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$Bunzip2Error = '';
@ISA = qw( Exporter IO::Uncompress::Base );
@@ -903,7 +903,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Gunzip.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Gunzip.pm
index 1f33f0b2ae0..a27f39d5287 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Gunzip.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Gunzip.pm
@@ -9,12 +9,12 @@ use strict ;
use warnings;
use bytes;
-use IO::Uncompress::RawInflate 2.068 ;
+use IO::Uncompress::RawInflate 2.069 ;
-use Compress::Raw::Zlib 2.068 () ;
-use IO::Compress::Base::Common 2.068 qw(:Status );
-use IO::Compress::Gzip::Constants 2.068 ;
-use IO::Compress::Zlib::Extra 2.068 ;
+use Compress::Raw::Zlib 2.069 () ;
+use IO::Compress::Base::Common 2.069 qw(:Status );
+use IO::Compress::Gzip::Constants 2.069 ;
+use IO::Compress::Zlib::Extra 2.069 ;
require Exporter ;
@@ -28,7 +28,7 @@ Exporter::export_ok_tags('all');
$GunzipError = '';
-$VERSION = '2.068';
+$VERSION = '2.069_001';
sub new
{
@@ -1118,7 +1118,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Inflate.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Inflate.pm
index 1330731e42a..db0f70cb2ea 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Inflate.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Inflate.pm
@@ -5,15 +5,15 @@ use strict ;
use warnings;
use bytes;
-use IO::Compress::Base::Common 2.068 qw(:Status );
-use IO::Compress::Zlib::Constants 2.068 ;
+use IO::Compress::Base::Common 2.069 qw(:Status );
+use IO::Compress::Zlib::Constants 2.069 ;
-use IO::Uncompress::RawInflate 2.068 ;
+use IO::Uncompress::RawInflate 2.069 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $InflateError);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$InflateError = '';
@ISA = qw( Exporter IO::Uncompress::RawInflate );
@@ -990,7 +990,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/RawInflate.pm
index 3a375a7c16e..20a91626423 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.068 ;
-use IO::Compress::Base::Common 2.068 qw(:Status );
+use Compress::Raw::Zlib 2.069 ;
+use IO::Compress::Base::Common 2.069 qw(:Status );
-use IO::Uncompress::Base 2.068 ;
-use IO::Uncompress::Adapter::Inflate 2.068 ;
+use IO::Uncompress::Base 2.069 ;
+use IO::Uncompress::Adapter::Inflate 2.069 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$RawInflateError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
@@ -1118,7 +1118,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/Master/tlpkg/tlperl/lib/IO/Uncompress/Unzip.pm b/Master/tlpkg/tlperl/lib/IO/Uncompress/Unzip.pm
index f73313fe8ed..5394ec899df 100644
--- a/Master/tlpkg/tlperl/lib/IO/Uncompress/Unzip.pm
+++ b/Master/tlpkg/tlperl/lib/IO/Uncompress/Unzip.pm
@@ -9,14 +9,14 @@ use warnings;
#use bytes;
use IO::File;
-use IO::Uncompress::RawInflate 2.068 ;
-use IO::Compress::Base::Common 2.068 qw(:Status );
-use IO::Uncompress::Adapter::Inflate 2.068 ;
-use IO::Uncompress::Adapter::Identity 2.068 ;
-use IO::Compress::Zlib::Extra 2.068 ;
-use IO::Compress::Zip::Constants 2.068 ;
+use IO::Uncompress::RawInflate 2.069 ;
+use IO::Compress::Base::Common 2.069 qw(:Status );
+use IO::Uncompress::Adapter::Inflate 2.069 ;
+use IO::Uncompress::Adapter::Identity 2.069 ;
+use IO::Compress::Zlib::Extra 2.069 ;
+use IO::Compress::Zip::Constants 2.069 ;
-use Compress::Raw::Zlib 2.068 () ;
+use Compress::Raw::Zlib 2.069 () ;
BEGIN
{
@@ -31,7 +31,7 @@ require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $UnzipError, %headerLookup);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$UnzipError = '';
@ISA = qw(Exporter IO::Uncompress::RawInflate);
@@ -1861,7 +1861,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2015 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.