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.