C4::Circulation - ensure that certain modules always get imported
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 4 Jan 2008 00:43:39 +0000 (18:43 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 4 Jan 2008 02:24:09 +0000 (20:24 -0600)
commit2cb5a9e32ede2ffcafda7ab0f84b521239c0eca5
treec57288130578a036b0a4b353676055bc9a59bd7a
parent8c60e8260583e0b20384d29a2d45cd2a2b2ba686
C4::Circulation - ensure that certain modules always get imported

For some reason currently unclear to me, a use 'C4::XXX' does
not seem to guarantee that the contents of C4::XXX's
@EXPORT gets imported into C4::Circulation's symbol table.

Added an INIT block to ensure that this gets done as
part of runtime initialization.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Circulation.pm