Subject: | cannot switch off warning AND get undef value in warning |
in Apache::AxKit::Language::LibXSLT line 55:
warn("parser match_cb: ", $parser->match_callback);
This warning can not be disabled? It quickly starts filling up the logfiles.
Also $parser->match_callback can return undef, producing an additional
warning about that.
should the warning be switchable?
possible fix
AxKit::Debug(1, "parser match_cb: ", ($parser->match_callback || ""));