http://qs321.pair.com?node_id=1199922


in reply to Re: Problem upgrading XML::Fast from 0.11 to 0.17
in thread Problem upgrading XML::Fast from 0.11 to 0.17

SvPVbyte_nolen already handles magic, so the SvGETMAGIC(xml_sv) is superfluous and should be eliminated. Otherwise, this change does indeed fix a bug in the module.

Replies are listed 'Best First'.
Re^3: Problem upgrading XML::Fast from 0.11 to 0.17
by ikegami (Patriarch) on Sep 22, 2017 at 17:26 UTC

    LOL! Just noticed I submitted the change, including the superfluous SvGETMAGIC(xml_sv). I'll let the maintainer know.