locked_user sundialsvc4 has asked for the wisdom of the Perl Monks concerning the following question:
I put comments in my module, like this:
=head2 $identity = identify_file($filename) Returns a string that identifies what kind of file the parser thinks a + file is. Returns one of: =over =item 'SCHEDULE' =item 'JOB' =item C<undef> =back This is the most amazing software known to man. =cut (blah blah blah) =head2 Another amazing routine
But perldoc is unhappy:
POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 199: =over should be: '=over' or '=over positive_number' Around line 228: You forgot a '=back' before '=head2'
The trouble is... I didn’t. I have no earthly idea why perldoc does not like the =over clause as-written; nor why it thinks that the =back statement isn’t there. These messages appear to me to be “nonsense.”
...But I know that I am “merely unenlightened.” And so I humbly beseech the Monks for wisdom on this matter...
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Huh? Whassup with perldoc?
by MidLifeXis (Monsignor) on Sep 28, 2010 at 14:39 UTC | |
|
Re: Huh? Whassup with perldoc?
by ig (Vicar) on Sep 28, 2010 at 18:31 UTC | |
|
Re: Huh? Whassup with perldoc?
by ikegami (Patriarch) on Sep 28, 2010 at 14:37 UTC | |
by MidLifeXis (Monsignor) on Sep 28, 2010 at 14:43 UTC | |
|
Re: Huh? Whassup with perldoc?
by locked_user sundialsvc4 (Abbot) on Sep 28, 2010 at 19:06 UTC |