http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7067
--- Comment #100 from Jonathan Druart <[email protected]> --- Created attachment 13048 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13048&action=edit Bug 7067: Followup FIX QA fails This patch fixes: * Koha/Borrower/Modifications.pm FAIL pod FAIL *** ERROR: Unknown command 'head' in file Koha/Borrower/Modifications.pm *** WARNING: Verbatim paragraph in NAME section in file Koha/Borrower/Modifications.pm * C4/Auth.pm FAIL forbidden patterns FAIL The patch introduces a forbidden pattern: tabulation character (983) The patch introduces a forbidden pattern: tabulation character (982) * misc/cronjobs/delete_expired_opac_registrations.pl FAIL critic FAIL "require" statement with library name as string at line 28, column 12. Use a bareword instead. * misc/cronjobs/delete_unverified_opac_registrations.pl FAIL critic FAIL "require" statement with library name as string at line 28, column 12. Use a bareword instead. QA tools raise too: * C4/Members.pm FAIL valid FAIL Subroutine AddMember_Opac redefined It is 'normal' (Circular dependencies and new routine). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
