summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/IO/Uncompress/AnyInflate.pm20
1 files changed, 10 insertions, 10 deletions
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.