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

Changelog

libtree-simple-visitorfactory-perl (0.12-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Niko Tyni ]
  * Make the package autopkgtestable
  * Add explicit build dependency on libmodule-build-perl

 -- Niko Tyni <email address hidden>  Fri, 05 Jun 2015 21:08:52 +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
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtree-simple-visitorfactory-perl_0.12-2.dsc 2.4 KiB 545c381aec999f0cef9bfb60d12a002f0241a5c6f12f3501c18cb42d8fc5ac8a
libtree-simple-visitorfactory-perl_0.12.orig.tar.gz 43.7 KiB 6f1fbf08d73c183d6ddda9fc4ea9425107a9d9dee47538a33a79078c08ed47bc
libtree-simple-visitorfactory-perl_0.12-2.debian.tar.xz 3.0 KiB 7136de09186c8e8330be836870ac1784cd89c598b76b41e5ac68ef0d3b058a5b

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