[Refdb-devel] [ refdb-Bugs-3574407 ] manpage-has-errors-from-pod2man usr/share/man/man3/RefDB::Ma
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2012-10-04 22:09:52
|
Bugs item #3574407, was opened at 2012-10-04 00:12 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=3574407&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Perl modules Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Mathieu Malaterre (malat) Assigned to: Markus Hoenicka (mhoenicka) Summary: manpage-has-errors-from-pod2man usr/share/man/man3/RefDB::Ma Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2012-10-04 15:09 Message: 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. ---------------------------------------------------------------------- Comment By: Mathieu Malaterre (malat) Date: 2012-10-04 00:18 Message: 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=3574407&group_id=26091 |