--- trunk/lib/WebPAC/Normalize/XML.pm 2005/12/16 21:09:48 269 +++ trunk/lib/WebPAC/Normalize/XML.pm 2006/05/14 22:38:01 505 @@ -108,14 +108,14 @@ $log->logconfess("need argument $req") unless $arg->{$req}; } - my $path = $arg->{path}; + my $path = $arg->{path}; $self->{tag} = $arg->{tag}; $log->logdie("normalisation yaml file '$path' doesn't exist!") if (! -e $path); $log->info("using $path normalization YAML"); - $self->{'import_xml'} = LoadFile( $path ) || $log->die("can't load $path: $!"); + $self->{'import_xml'} = LoadFile( $path ) || $log->die("can't load $path: $!"); $log->debug("import yaml is ",sub { Dumper($self->{'import_xml'}) }, $self->{lookup} ? " using lookups" : "lookups disabled");