mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
ca54a030ee
- add new DEPENDS - add WWW in pkg-descr - add files in pkg-plist PR: ports/70538 Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd.org>
9 lines
415 B
Plaintext
9 lines
415 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Tree-Simple/
|