On Mon Aug 28 03:19:40 2006, GROUSSE wrote:
Show quoted text> On mandriva cooker, with perl 5.8.8 and XML::Xpath 1.13:
>
> [guillomovitch@n2 XML-DOM-XPath-0.11]$ prove -Iblib/lib t/test_bugs.t
> t/test_bugs....ok 1/13axis axis_descendant not implemented [Can't call
> method "value" on an undefined value at
> /usr/lib/perl5/vendor_perl/5.8.8/XML/XPath/Step.pm line 409.
> ]
Duh!
I had a bug report that I tracked down to a problem in XML::XPath. So I
patched my version of XPath, sent it to the person who found the bug,
and released XML::DOM::XPath... so now the test correctly fails, due to
the bug in the public version of XML::XPath!
I am releasing an updated version of XML::DOM::XPath that depends on
XML::XPathEngine (a fork of XML::XPath that I maintain) and a new
version of XML::XPathEngine, with a fix for the bug.
--
mirod