X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2FWebPAC%2FNormalize.pm;fp=lib%2FWebPAC%2FNormalize.pm;h=b3a508f549af97d5bbb7411d25126c22f03d1148;hb=8bddd9659724ca436600c7be19f4a728d1aba30b;hp=ae13f6220086d44249e649e0c6a4d0fde038b166;hpb=3eabb7ced8c6ee95b52bdfaf64cdc51e0b518eb6;p=webpac2 diff --git a/lib/WebPAC/Normalize.pm b/lib/WebPAC/Normalize.pm index ae13f62..b3a508f 100644 --- a/lib/WebPAC/Normalize.pm +++ b/lib/WebPAC/Normalize.pm @@ -123,7 +123,7 @@ sub data_structure { $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 ($@);