Subject: | POD errors and warnings |
When I run "podchecker Workload.pm" with Perl version v5.16.3, I get an error
and several warnings:
*** WARNING: empty section in previous paragraph at line 60 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 65 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 80 in file Workload.pm
*** ERROR: Spurious =cut command at line 105 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 129 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 155 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 181 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 207 in file Workload.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 233 in file Workload.pm
Workload.pm has 1 pod syntax error.
The patch eliminates all these errors and warnings.
Additionally, the EXPORT section did not render correctly; all sub names
showed up on one long line with the EXPORT word. The patch also
fixes that by creating a proper verbatim paragraph.