Skip Menu |

This queue is for tickets about the IO-Compress CPAN distribution.

Report information
The Basics
Id: 125140
Status: resolved
Priority: 0/
Queue: IO-Compress

People
Owner: Nobody in particular
Requestors: arc [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 2.083



Subject: Tiny POD error in Compress::Zlib
Compress::Zlib has a tiny POD error that causes part of a method invocation not to be in the C<> sequence it's intended to be in. Patch attached. Thanks.
Subject: io-compress-pod-typo.diff
diff -urN IO-Compress-2.081.orig/lib/Compress/Zlib.pm IO-Compress-2.081/lib/Compress/Zlib.pm --- IO-Compress-2.081.orig/lib/Compress/Zlib.pm 2018-04-06 00:18:34.000000000 +0200 +++ IO-Compress-2.081/lib/Compress/Zlib.pm 2018-04-20 10:45:49.000000000 +0200 @@ -1161,7 +1161,7 @@ When a dictionary is specified I<Compress::Zlib> will automatically call C<deflateSetDictionary> directly after calling C<deflateInit>. The Adler32 value for the dictionary can be obtained by calling the method -C<$d->dict_adler()>. +C<< $d->dict_adler() >>. The default is no dictionary.
Thanks, patch applied.