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

Changelog

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


  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> <email address hidden>
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * debian/copyright: new upstream maintainer.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Refresh spelling.patch.
  * Bump debhelper compatibility level to 8.
  * Add /me to Uploaders.
  * Declare compliance with Debian Policy 3.9.4.

 -- gregor herrmann <email address hidden>  Fri, 11 Oct 2013 19:30:11 +0200

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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtree-simple-visitorfactory-perl_0.11-1.dsc 2.3 KiB 2e7dcaf93277f260fe7c224959f83ff9187b65a4f7cbfb19dd845e44c627cf1b
libtree-simple-visitorfactory-perl_0.11.orig.tar.gz 44.0 KiB 705b1e67389ee64d5f1ff0ca0e98eadddc4e4d84025370d608164b9241b93392
libtree-simple-visitorfactory-perl_0.11-1.debian.tar.gz 3.4 KiB 6f0266501785e4fa9e96c5debe8fe41fcef42893053c2278c52d6f7f6244d893

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