libtree-dagnode-perl 1.29-1 source package in Ubuntu

Changelog

libtree-dagnode-perl (1.29-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.29

 -- Lucas Kanashiro <email address hidden>  Sat, 12 Mar 2016 14:02:42 -0300

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtree-dagnode-perl_1.29-1.dsc 2.3 KiB c7611e3db464092238503e665d206910b349d2192fbb965496ca850b8ba541c9
libtree-dagnode-perl_1.29.orig.tar.gz 51.3 KiB 2d04eb011aa06cee633c367d1f322b8d937020fde5d5393fad6a26c93725c4a8
libtree-dagnode-perl_1.29-1.debian.tar.xz 5.7 KiB 132f13fef7b164baa90b6edfbe4e4ddfd3db5a7f49dea7aeb791f30b0de0fdc2

Available diffs

No changes file available.

Binary packages built by this source

libtree-dagnode-perl: Perl (super)class for representing nodes in a tree

 Tree::DAG_Node is a (super)class for representing nodes in a tree.
 .
 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).