slackbuilds/perl/perl-tree-dagnode
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README
perl-tree-dagnode.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
perl-tree-dagnode.info perl/perl-tree-dagnode: Updated dep. 2017-06-24 00:16:09 +01:00
slack-desc perl/perl-tree-dagnode: Update homepage. 2018-05-27 11:11:19 +07:00

README

Tree::DAG_Node is a (super)class for representing nodes in a tree.

This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure. The tree structure is not an object itself, but
is emergent from the linkages you create between nodes. This class
provides the methods for making linkages that can be used to build up
a tree, while preventing you from ever making any kinds of linkages
which are not allowed in a tree (such as having a node be its own
mother or ancestor, or having a node have two mothers).