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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 29 Jun 2020 11:44:05 +0000 (13:44 +0200)
commit61aa3f794240443f5c2c99adc016f0d80c7251d9
treeafb06562c7ede1ae5d804d1e39f34e128d982eea
parentb9e526a12fb338736e149934526e38da782f048f
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>
C4/Barcodes/ValueBuilder.pm