SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,6 @@
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.

View file

@ -0,0 +1,6 @@
${P5SITE}/Tree/
${P5SITE}/Tree/Simple/
${P5SITE}/Tree/Simple.pm
${P5SITE}/Tree/Simple/Visitor.pm
@man man/man3p/Tree::Simple.3p
@man man/man3p/Tree::Simple::Visitor.3p