http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2538 Andrew.moore@liblime.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|POD in each module should |POD in each module should |have a =NAME tag |have a =head1 NAME tag ------- Comment #1 from Andrew.moore@liblime.com 2008-08-20 08:54 ------- Oops, I mean "=head1 NAME", not =HEAD. They might also need a =head1 DESCRIPTION, too. Vincent says: You can easily check if it is good by running: pod2man AuthoritiesMarc.pm > /tmp/C4::AuthoritiesMarc.3pm lexgrog /tmp/C4::AuthoritiesMarc.3pm lexgrog should show you the 'NAME' line (and not 'parse failed' as currently) Andrew: lexgrog can perhaps be used on the generated manpage in order to have a test ? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.