]> git.koha-community.org Git - koha.git/commit
Bug 18829: (QA follow-up) Replace forbidden indirect syntax
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 17 Apr 2023 11:24:12 +0000 (08:24 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 17 Apr 2023 12:39:42 +0000 (09:39 -0300)
commit1344050ab4d2136b06902f1b84a59cc030aa5476
tree32cf8141cb8a5aba06e2aeb77d69d8c49efd2fc4
parentd95f31dcc6c6500301527ea3e0dc95edfde3d8a2
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>
catalogue/showelastic.pl