Info2: <<
Package: tree-dag-node-pm
Version: 1.32
Revision: 1
Distribution: 10.9
Type: perl, systemperl (5.16.2)
Description: (Super)class for representing nodes in a tree
License: Artistic/GPL
Homepage: https://metacpan.org/dist/Tree-DAG_Node/
Maintainer: Daniel Macks <dmacks@netspace.org>
Source: mirror:cpan:authors/id/R/RS/RSAVAGE/Tree-DAG_Node-%v.tgz
Source-Checksum: SHA256(22d9de3d6e6f4afd89e6d825c664f9482878bd49e29cb81342a707af40542d3d)
Depends: <<
	file-slurp-tiny-pm
<<
# File::Spec >= 3.40 is in perlcore >= 5.17.8
#  Therefore do not need
#   BDep: pathtools-pmXXX (>= 3.40)
#  as of OS X 10.10.
# Test::More >= 1.001002 is in perlcore >= 5.19.6
#  Therefore do not need 
#   BDep: test-simple-pmXXX (<= 1.001002)
#  as of OS X 11.0.
#  But may as well include it as the perlversion-independent wrapper
#  just for consistency on all platforms.
BuildDepends: <<
	pathtools-pm%type_pkg[systemperl] (>= 3.40),
	test-simple-pm (>= 1.001002)
<<
UpdatePOD: true
DocFiles: Changes LICENSE README
DescDetail: <<
This class 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).
<<
DescPackaging: <<
	Former maintainer: Blair Zajac <blair@orcaware.com>
<<
<<