Subject: | pod warnings (originally spotted in blead) |
Saw some pod warnings:
mstevens@mstevens-desktop:~/IO-Compress-2.033/lib/Compress$
~/bleadperl/build/bin/podchecker5.13.8 Zlib.pm
*** WARNING: line containing nothing but whitespace in paragraph at line
1293 in file Zlib.pm
*** WARNING: line containing nothing but whitespace in paragraph at line
1296 in file Zlib.pm
*** WARNING: line containing nothing but whitespace in paragraph at line
1299 in file Zlib.pm
Zlib.pm pod syntax OK.
Originally spotted against IO::Compress version in bleadperl, filing
here.
Attached diff to fix.
Subject: | pod.warnings.patch |
diff -urN tmp/IO-Compress-2.033//lib/Compress/Zlib.pm IO-Compress-2.033//lib/Compress/Zlib.pm
--- tmp/IO-Compress-2.033//lib/Compress/Zlib.pm 2011-01-11 13:16:52.000000000 +0000
+++ IO-Compress-2.033//lib/Compress/Zlib.pm 2011-01-18 11:18:22.947123001 +0000
@@ -1290,13 +1290,13 @@
The function optionally takes a number of named options specified as
C<< -Name=>value >> pairs. This allows individual options to be
tailored without having to specify them all in the parameter list.
-
+
For backward compatibility, it is also possible to pass the parameters
as a reference to a hash containing the name=>value pairs.
-
+
The function takes one optional parameter, a reference to a hash. The
contents of the hash allow the deflation interface to be tailored.
-
+
Here is a list of the valid options:
=over 5