in reply to Guidelines for listing functions/methods in POD?
The major reason the =head2 style came into vogue, you probably had it recommended to you at some point, is that it gives navigation entries on the CPAN sites for documentation page. So, you can click down to a method easily from the top. I disagree that POD semantics should be disregarded and assert that doing it with =item and such is proper. The fault, to me, lies in the presentation layer (CPAN view), not the data (the POD).
Up to you which is right for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Guidelines for listing functions/methods in POD?
by Anonymous Monk on Dec 07, 2017 at 23:28 UTC | |
by Your Mother (Archbishop) on Dec 08, 2017 at 02:01 UTC |