https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28527
--- Comment #18 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 203486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203486&action=edit Bug 28527: (QA follow-up) Fix perlcritic and POD naming - reroute_to used an explicit 'return undef', flagged by perlcritic (PBP p.199, severity 5) - a bare 'return' is the idiomatic form and behaves identically here (reroute_to is only ever called in scalar context). - Renamed the pre-existing '=head3 type' heading to '=head3 _type' to match the sub it documents (_type), fixing a pod_coverage warning that surfaced now that this file is touched. Pre-existing, unrelated to this bug, but a trivial one-line fix worth folding in while here. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
