f134d4bd96
This module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent.
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/22 02:18:40 msf Exp $
|
|
${P5SITE}/Tree/
|
|
${P5SITE}/Tree/Simple/
|
|
${P5SITE}/Tree/Simple.pm
|
|
${P5SITE}/Tree/Simple/Visitor.pm
|
|
@man man/man3p/Tree::Simple.3p
|
|
@man man/man3p/Tree::Simple::Visitor.3p
|