manpage-has-errors-from-pod2man usr/share/man/man3/RefDB::Ma
Status: Beta
Brought to you by:
mhoenicka
Apparently the POD in refdb-perlmod is buggy. The generated man page says:
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
Around line 2044:
=cut found outside a pod block. Skipping to next block.
I guess there is an extra =cut ...:
$ cat RefDB::Makestyle
[...]
=cut
=head1 ELEMENT CLASSES
These classes model the XML elements found in the Refdb C<citestylex> DTD.
=cut
I've removed the offending =cut and don't see any POD errors afterwards. I didn't notice any before though, so I'd appreciate if you could double-check on your setup. The fix is in svn revision 759.