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 Cormack <chrisc@catalyst.net.nz>
Sun, 15 May 2011 08:42:08 +0000 (20:42 +1200)
commit968a6af37dd3472b7417bfa694bf6cf3b75e1713
tree8721e605789791c64483290d7064fec64ce22d5d
parenta9576a50887057b9094be6fe17bfc3207c2fce79
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>
C4/Serials.pm