mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
12 lines
545 B
Plaintext
12 lines
545 B
Plaintext
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).
|
|
|
|
WWW: http://search.cpan.org/dist/Tree-DAG_Node/
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|