freebsd-ports/devel/p5-Tree-Parser/pkg-descr
Sergey Matveychuk 7eaaf632fe - Update to 0.07
- added the nested parens default filter.
- added tests for this
- added documentation for this

PR:		ports/71259
Submitted by:	maintainer
2004-09-02 06:18:41 +00:00

11 lines
462 B
Text

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/
Author: Stevan Little <stevan@iinteractive.com>
- Aaron Dalton
aaron@daltons.ca