Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Tree-Simple / pkg-descr
1 This module in an fully object-oriented implementation of a simple n-
2 ary tree. It is built upon the concept of parent-child relationships,
3 so therefore every Tree::Simple object has both a parent and a set of
4 children (who themselves may have children, and so on). Every
5 Tree::Simple object also has siblings, as they are just the children of
6 their immediate parent.
7
8 WWW: http://search.cpan.org/dist/Tree-Simple/