summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-13 00:03:39 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-13 00:03:39 +0100
commitef379d05f8358df5b615354740daa4fa62b731ff (patch)
tree2589732f48a90489249f6c50005e7effec978608 /cpan/IO-Compress/lib/IO/Compress/Deflate.pm
parent07513bb44fd7b13b454d0fec0774988fbce6476e (diff)
downloadperl-ef379d05f8358df5b615354740daa4fa62b731ff.tar.gz
Upgrade IO::Compress::* and Compress::Raw::* from 2.061 to 2.062
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Deflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Deflate.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
index 63b864126c..fc626f948a 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
@@ -8,16 +8,16 @@ use bytes;
require Exporter ;
-use IO::Compress::RawDeflate 2.061 ();
-use IO::Compress::Adapter::Deflate 2.061 ;
+use IO::Compress::RawDeflate 2.062 ();
+use IO::Compress::Adapter::Deflate 2.062 ;
-use IO::Compress::Zlib::Constants 2.061 ;
-use IO::Compress::Base::Common 2.061 qw();
+use IO::Compress::Zlib::Constants 2.062 ;
+use IO::Compress::Base::Common 2.062 qw();
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
-$VERSION = '2.061';
+$VERSION = '2.062';
$DeflateError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);
@@ -821,7 +821,7 @@ Usage is
Closes the current compressed data stream and starts a new one.
-OPTS consists of any of the the options that are available when creating
+OPTS consists of any of the options that are available when creating
the C<$z> object.
See the L</"Constructor Options"> section for more details.