libtree-simple-visitorfactory-perl 0.12-1 source package in Ubuntu

Changelog

libtree-simple-visitorfactory-perl (0.12-1) unstable; urgency=low


  * New upstream release.
  * Make (build) dependency on libtree-simple-perl versioned.
  * Drop spelling.patch, merged upstream.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Sat, 09 Nov 2013 00:21:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtree-simple-visitorfactory-perl_0.12-1.dsc 2.3 KiB d623c8f249b64bd21de1d775419d7ae4c825c689b29c1e81d46b4accf729fffc
libtree-simple-visitorfactory-perl_0.12.orig.tar.gz 43.7 KiB 6f1fbf08d73c183d6ddda9fc4ea9425107a9d9dee47538a33a79078c08ed47bc
libtree-simple-visitorfactory-perl_0.12-1.debian.tar.gz 2.8 KiB 0d80cff6688ac3178426c83c97a23ba0141c3e6035e97dbb0f855f95f249f46d

Available diffs

No changes file available.

Binary packages built by this source

libtree-simple-visitorfactory-perl: collection of dispensing visitor objects for Tree::Simple

 The Tree::Simple::VisitorFactory module contains a number of visitor objects
 which can perform various tasks on Tree::Simple objects.
 .
 The following visitors are included:
  * PathToRoot: find the path back to the tree's root node
  * FindByPath: find the node specified by a path
  * FindByUID: find the node with the same UID
  * FindByNodeValue: find the node with the same node value
  * BreadthFirstTraversal: implements a breadth-first traversal
  * PostOrderTraversal: implements a post-order traversal
  * PreOrderTraversal: implements a pre-order traversal
  * LoadDirectoryTree: load a directory tree into a Tree::Simple hierarchy
  * CreateDirectoryTree: create a set of directories and files from a
    Tree::Simple hierarchy
  * FromNestedArray: create a Tree::Simple hierarchy from nested arrays
  * ToNestedArray: create a nested array construct from a Tree::Simple hierarchy
  * Tree::Simple::Visitor::VariableDepthClone: clone parts of Tree hierarchies
  * FromNestedHash: create a Tree::Simple hierarchy from nested hashes
  * ToNestedHash: create a nested hash construct from a Tree::Simple hierarchy
  * LoadClassHierarchy: create a Tree::Simple hierarchy which models the classes
    inheritance heirarchy
  * GetAllDescendents: return all the descendents recursively on down the
    hierarchy
  * Sort: implements a multi-level sort of a Tree::Simple heirarchy