Skip Menu |

This queue is for tickets about the Tree-Nary CPAN distribution.

Report information
The Basics
Id: 102358
Status: new
Priority: 0/
Queue: Tree-Nary

People
Owner: Nobody in particular
Requestors: emallove [...] yahoo.com
Cc:
AdminCc:

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



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);