mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Doug Barton](/assets/img/avatar_default.png)
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
8 lines
381 B
Plaintext
8 lines
381 B
Plaintext
This module can parse various types of input (formatted and containing
|
|
hierarchal information) into a tree structure. It can also deparse these
|
|
same tree structures back into a string. It accepts various types of input,
|
|
such as strings, filenames, and array references. The tree structure used
|
|
is a hierarchy of Tree::Simple objects.
|
|
|
|
WWW: http://search.cpan.org/dist/Tree-Parser/
|