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.