Wed Feb 25 15:45:41 2015emallove [...] yahoo.com - Ticket created
CC:
fsoriano [...] cpan.org
Subject:
Typo in Tree::Nary perldoc synopsis
Date:
Wed, 25 Feb 2015 15:45:28 -0500
To:
bug-Tree-Nary [...] rt.cpan.org
From:
Ethan Mallove <ethan.emallove [...] gmail.com>
There's one minor typo in the Synopsis.
It looks like line 21:
21 $root_node = $obj->get_root($node);
should be changed to this (since $obj is undefined):
21 $root_node = $node->get_root($node);