Skip Menu |

This queue is for tickets about the Catalyst-View-XSLT CPAN distribution.

Report information
The Basics
Id: 80428
Status: resolved
Priority: 0/
Queue: Catalyst-View-XSLT

People
Owner: Nobody in particular
Requestors: jozef [...] kutej.net
Cc:
AdminCc:

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



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.

Patch applied and a new release uploaded - thanks.