--- trunk/lib/WebPAC/Normalize.pm 2007/10/31 00:26:43 923 +++ trunk/lib/WebPAC/Normalize.pm 2007/11/02 14:59:12 973 @@ -108,6 +108,9 @@ _clean_ds( %{ $arg } ); $load_row_coderef = $arg->{load_row_coderef}; + # FIXME load this conditionally + use WebPAC::Normalize::ISBN; + eval "$arg->{rules}"; die "error evaling $arg->{rules}: $@\n" if ($@);