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.