diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-07-07 13:20:11 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-07-07 13:20:11 +0000 |
commit | 5614a2d8257afaeeb4fbb1d125c87c7ba339a948 (patch) | |
tree | e4aa483efd53fecb65c61ab5e610958d992c1a0b /devel/Makefile | |
parent | 6fc31271beb408b200e396f7928d705b0ff4184e (diff) |
New port: Tree::Simple.
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.
Notes
Notes:
svn path=/head/; revision=113136
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c12bd985bfd0..1e3c4c9bc845 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -966,6 +966,7 @@ SUBDIR += p5-TimeDate SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-DAG_Node + SUBDIR += p5-Tree-Simple SUBDIR += p5-UNIVERSAL-exports SUBDIR += p5-UNIVERSAL-moniker SUBDIR += p5-Unix-Statgrab |