Subject: | XML::LibXML string overload breaks processing with XML::LibXML::Document [patch] |
Date: | Fri, 26 Oct 2012 22:50:12 +0200 |
To: | bug-Catalyst-View-XSLT [...] rt.cpan.org |
From: | Jozef Kutej <jozef [...] kutej.net> |
Hi,
was receiving following error:
Error: ":1: parser error : Start tag expected, '<' not found
This is caused by passing XML::LibXML::Document to ->parse_string
because auto-stringified document match regexp condition. See attached
patch.
Cheers
Jozef
Message body is not shown because sender requested not to inline it.