Bug 21395: Remove 'variable $DEBUG masks earlier declaration in same scope' warning
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 29 Jun 2020 11:42:55 +0000 (13:42 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 13 Jul 2020 16:45:47 +0000 (16:45 +0000)
commit1c54f8545611b43672867ac7a34dd8a0c20c20a4
treef2bb39431a08543f6c1f02b93ff125d85e9f8b21
parent1b505eee19cfd59f59dcc4b696c591f209931dcc
Bug 21395: Remove 'variable $DEBUG masks earlier declaration in same scope' warning

% prove t/db_dependent/Serials.t
t/db_dependent/Serials.t .. 8/49 "my" variable $DEBUG masks earlier declaration in same scope at /kohadevbox/koha/C4/Barcodes/ValueBuilder.pm line 45.
"my" variable $DEBUG masks earlier declaration in same scope at /kohadevbox/koha/C4/Barcodes/ValueBuilder.pm line 87.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 61aa3f794240443f5c2c99adc016f0d80c7251d9)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Barcodes/ValueBuilder.pm