On 08/22/2010 02:18 AM, via RT wrote:
Show quoted text> Sat Aug 21 20:18:15 2010: Request 60602 was acted upon.
> Transaction: Ticket created by Hassler
> Queue: Tree-DAG_Node-XPath
> Subject: xpath_get_next/previous_sibling methods are aliased backwards
> Broken in: 0.10
> Severity: Important
> Owner: Nobody
> Requestors: trlorenz@hotmail.com
> Status: new
> Ticket<URL:
https://rt.cpan.org/Ticket/Display.html?id=60602>
>
>
> *xpath_get_next_sibling = *Tree::DAG_Node::left_sister;
> *xpath_get_previous_sibling = *Tree::DAG_Node::right_sister;
>
> ...should be...
>
> *xpath_get_previous_sibling = *Tree::DAG_Node::left_sister;
> *xpath_get_next_sibling = *Tree::DAG_Node::right_sister;
>
I just uploaded Tree-DAG_Node-XPath version 0.11 to CPAN.
Sorry for the bug, I will add some tests for this later.
Thanks
--
mirod