17 Apr
2023
17 Apr
'23
1:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829 --- Comment #29 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 149745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149745&action=edit Bug 18829: (QA follow-up) Replace forbidden indirect syntax This pattern is forbidden and was overlooked by QA. To test: 1. Run: $ ktd --shell k$ prove t/00-testcritic.t => FAIL: Tests fail with 'Subroutine "new" called using indirect syntax...' 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests pass 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.