This also means loading the ILS modules by giving the fully
qualified module name.
Signed-off-by: Jason Stephenson <jason@sigio.com>
$self->{namespace} = $config->('NCIP.namespace.value');
Log::Log4perl->init($config_dir . "/log4perl.conf");
# load the ILS dependent module
- my $module = 'NCIP::ILS::' . $config->('NCIP.ils.value');
+ my $module = $config->('NCIP.ils.value');
load $module || die "Can not load ILS module $module";
my $ils = $module->new( name => $config->('NCIP.ils.value') );
$self->{'ils'} = $ils;
<version>
</version>
- <ils value='Koha' />
+ <ils value='NCIP::ILS' />
<namespace value= 'http://www.niso.org/2008/ncip' />
<templates value= 'templates/' />
</acsconfig>