summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Compress/Zlib.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Compress/Zlib.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Compress/Zlib.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/tlperl/lib/Compress/Zlib.pm b/Master/tlpkg/tlperl/lib/Compress/Zlib.pm
index d197a3478bd..897b1e26b54 100644
--- a/Master/tlpkg/tlperl/lib/Compress/Zlib.pm
+++ b/Master/tlpkg/tlperl/lib/Compress/Zlib.pm
@@ -7,17 +7,17 @@ use Carp ;
use IO::Handle ;
use Scalar::Util qw(dualvar);
-use IO::Compress::Base::Common 2.068 ;
-use Compress::Raw::Zlib 2.068 ;
-use IO::Compress::Gzip 2.068 ;
-use IO::Uncompress::Gunzip 2.068 ;
+use IO::Compress::Base::Common 2.069 ;
+use Compress::Raw::Zlib 2.069 ;
+use IO::Compress::Gzip 2.069 ;
+use IO::Uncompress::Gunzip 2.069 ;
use strict ;
use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = '2.068';
+$VERSION = '2.069_001';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -461,7 +461,7 @@ sub inflate
package Compress::Zlib ;
-use IO::Compress::Gzip::Constants 2.068 ;
+use IO::Compress::Gzip::Constants 2.069 ;
sub memGzip($)
{
@@ -1500,7 +1500,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 1995-2014 Paul Marquess. All rights reserved.
+Copyright (c) 1995-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.