Bug 8227 Fix deprecated construct compile time warning in Serials
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 11 Jun 2012 10:32:58 +0000 (11:32 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 08:38:25 +0000 (10:38 +0200)
commitbcde875b47fa6be38b05ffaeb204b2d76b262287
tree18acbe123a07de215e35847a9cd9cc8feb4a9fa2
parentf809e47fd1644314bbd63542f3021382eece642f
Bug 8227 Fix deprecated construct compile time warning in Serials

The perl parser no longer fools itself into sometimes thinking
qw( ... ) is a ( qw( ... )) this adds the required parentheses
for the foreach expression silencing the compile time warning

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Serials.pm