Skip Menu |

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

Report information
The Basics
Id: 4076
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: tim [...] ccc.de
Cc:
AdminCc:

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



Subject: toString misbehaves on XML::LibXML::Attr types
dyn-153:~ tim$ uname -a Darwin fnord 7.0.0 Darwin Kernel Version 7.0.0: Wed Sep 24 15:48:39 PDT 2003; root:xnu/xnu-517.obj~1/RELEASE_PPC Power Macintosh powerpc When installing via CPAN, the test 08findnodes fails while testing the toString function on XML::LibXML::Attr elements (line 43). The method returns the attributes in XML::LibXML::Element notation (<name>Camel</name>) instead of the expected attribute notation (name="Camel"). Therefore, the test fails.