]> git.koha-community.org Git - koha.git/commit
Bug 6315: Fix depreciated constructions in C4::Serials
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 6 May 2011 11:50:39 +0000 (12:50 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 15 May 2011 19:02:34 +0000 (15:02 -0400)
commitc5d13a96619297b5366fc04d21237052dbddd789
tree86760cae0882e7c3d5b7ff6d5582896bf2604489
parent33e18418bb2cb8699981672328fcc1bea613f6c6
Bug 6315: Fix depreciated constructions in C4::Serials

Perl 5.14 will issue warnings in cases where it is assumed that
() will magically appear around qw() as the interpreter
will stop fooling itself that they are there
Added the missing () in the couple of cases they were required

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 968a6af37dd3472b7417bfa694bf6cf3b75e1713)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Serials.pm