Skip Menu |

This queue is for tickets about the XML-SAX-Expat CPAN distribution.

Report information
The Basics
Id: 7434
Status: resolved
Priority: 0/
Queue: XML-SAX-Expat

People
Owner: Nobody in particular
Requestors: bjoern [...] hoehrmann.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.37
Fixed in: (no value)



Subject: Wrong value for ParseParamEnt expat option
XML::SAX::Expat passes "yes" or "no" to the ParseParamEnt XML::Parser option, it however expects something that is not SvTRUE() in order to disable the option, it thus always enables the option. Removing the " ? 'yes' : 'no'" in line 96 would fix this.