Aldo Calpini wrote:
> what you are looking for are called Verbatim Paragraphs (cfr. perldoc
> perlpod).
>
> for example, this:
> ....
>
> is totally unnecessary (and ineffective). could be simply written as:
> ...
>
> also: you seem to have SYNOPSIS and DESCRIPTION mixed up. please, look at
> some other pod on CPAN and try to follow the conventions.
Got the first part covered, still have to get the 2nd part clarified,
somehow I thought synopsis was was a summary, but seems more often than not,
the pods I was looking at seemed to equate it with 'Usage'... is that
how you'd interpret the conventions?...
Different Q:
Is there "easy" way to have the version number in the pod be taken from it's
definition in the code rather than having it be static text that needs to
be updated? Seems an odd thing not to be 'automatic'...
Thanks!