96ad494f1fcef6b1a1689c19f812bab31c81f4cc
[dh-make-perl] / dev / i386 / libtree-dagnode-perl / libtree-dagnode-perl-1.06 / debian / control
1 Source: libtree-dagnode-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5 Uploaders: Jay Bonci <jaybonci@debian.org>, Roberto C. Sanchez <roberto@debian.org>
6 Build-Depends: debhelper (>= 6.0.0)
7 Build-Depends-Indep: perl (>= 5.6.0-16)
8 Standards-Version: 3.7.3
9 Homepage: http://search.cpan.org/dist/Tree-DAG_Node/
10 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtree-dagnode-perl/
11 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-dagnode-perl/
12
13 Package: libtree-dagnode-perl
14 Architecture: all
15 Depends: ${perl:Depends}, ${misc:Depends}
16 Description: Tree::DAG_Node - (super)class for representing nodes in a tree 
17  Tree::DAG_Node is a (super)class for representing nodes in a tree.
18  .
19  This class encapsulates/makes/manipulates objects that represent nodes
20  in a tree structure.  The tree structure is not an object itself, but
21  is emergent from the linkages you create between nodes.  This class
22  provides the methods for making linkages that can be used to build up
23  a tree, while preventing you from ever making any kinds of linkages
24  which are not allowed in a tree (such as having a node be its own
25  mother or ancestor, or having a node have two mothers).
26