--- trunk/lib/WebPAC/Normalize.pm 2009/06/02 13:17:24 1216 +++ trunk/lib/WebPAC/Normalize.pm 2011/04/21 17:10:04 1364 @@ -123,7 +123,7 @@ $load_row_coderef = $arg->{load_row_coderef}; no strict 'subs'; - no warnings 'redefine'; + no warnings 'all'; eval "$arg->{rules};"; die "error evaling $arg->{rules}: $@\n" if ($@);