https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42156 --- Comment #18 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197872 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197872&action=edit Bug 42156: (QA follow-up) Correct POD typos and demote private helpers The previous POD follow-up added headings for the private helper subs but introduced several typos and used =head2, which puts them at the same level as the public API in the generated docs. This patch: - Fixes typos: matchpint, pionts, march matcher, mathcpoints, etc. - Clarifies a couple of descriptions. - Demotes each private helper from =head2 to =head3 so they render as implementation notes rather than peers of the public methods, matching the pattern used in Koha::Authority's "Internal methods" block. Helper subs remain interleaved with the public API in source order to keep the diff minimal; a wholesale move into a dedicated "Internal functions" section would be a larger refactor outside the scope of this bug. Test plan: 1 - perldoc C4/Matcher.pm 2 - Confirm no typos are rendered and the private helpers appear one level deeper than the public methods. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.