summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-07 20:10:12 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-07 20:10:12 +0000
commit72b8e1a24ab8931021b00a2a11ef7f36afb88e38 (patch)
tree2df5d6c7a7b0841a827f04f070aeacfc65d45d1b /cpan/IO-Compress/lib/IO/Compress/Deflate.pm
parent0af833d75dd280a8f4ccd2de501f2d1e0002017c (diff)
downloadperl-72b8e1a24ab8931021b00a2a11ef7f36afb88e38.tar.gz
Update IO-Compress to CPAN version 2.093
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 36148cf685..5ecac19b88 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.092 ();
-use IO::Compress::Adapter::Deflate 2.092 ;
+use IO::Compress::RawDeflate 2.093 ();
+use IO::Compress::Adapter::Deflate 2.093 ;
-use IO::Compress::Zlib::Constants 2.092 ;
-use IO::Compress::Base::Common 2.092 qw();
+use IO::Compress::Zlib::Constants 2.093 ;
+use IO::Compress::Base::Common 2.093 qw();
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
-$VERSION = '2.092';
+$VERSION = '2.093';
$DeflateError = '';
@ISA = qw(IO::Compress::RawDeflate Exporter);
@@ -252,7 +252,7 @@ It can take one of the following forms:
=item A filename
-If the <$input_filename_or_reference> parameter is a simple scalar, it is
+If the C<$input_filename_or_reference> parameter is a simple scalar, it is
assumed to be a filename. This file will be opened for reading and the
input data will be read from it.