Skip Menu |

This queue is for tickets about the AxKit CPAN distribution.

Report information
The Basics
Id: 18288
Status: new
Priority: 0/
Queue: AxKit

People
Owner: Nobody in particular
Requestors: martin [...] hybyte.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.6.2
Fixed in: (no value)



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 || ""));