libtree-simple-visitorfactory-perl 0.16-3 source package in Ubuntu

Changelog

libtree-simple-visitorfactory-perl (0.16-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtree-simple-visitorfactory-perl: Add Multi-Arch: foreign.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 14:37:05 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtree-simple-visitorfactory-perl_0.16-3.dsc 2.4 KiB 94e3fcde6f5a175efd31750a3a00a5e8dac6151f42bf28fba4493b671e884b5e
libtree-simple-visitorfactory-perl_0.16.orig.tar.gz 40.3 KiB 9cf538faa12c54ffb4a91439945e488f1856f62b89ac5072a922119e01880da6
libtree-simple-visitorfactory-perl_0.16-3.debian.tar.xz 3.6 KiB 09b57d9ed1e9a01777285aac134fbb90d0ef4aec36aeca55e3a6885c1dede0aa

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 hierarchy
  * GetAllDescendents: return all the descendents recursively on down the
    hierarchy
  * Sort: implements a multi-level sort of a Tree::Simple hierarchy