Bug 5611 INIT block causes failure with mod perl
commite0d76bd88d25e87f9d8f450f1c4e029812eacf02
authorBryce Sanchez <brice.sanchez@sys-tech.net>
Wed, 12 Jan 2011 16:53:21 +0000 (12 16:53 +0000)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 12 Jan 2011 17:42:57 +0000 (13 06:42 +1300)
treeb2deed877db4086e6a3db5d9fd21c2902b9c5b45
parent0d5029ec5b3b95a3e38b67aa1aa1be6196e19dfb
Bug 5611 INIT block causes failure with mod perl

Per module INIT Blocks are not run in mod_perl so their
variables are not visible. A lexical var is adequate
for this purpose

Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Scrubber.pm