Tree-Simple-VisitorFactory 0.05 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.02,0.03,0.05
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Tree::Simple::Visitor::BreadthFirstTraversal | A Visitor for breadth-first traversal a Tree::Simple hierarchy | 0.02 | metacpan |
Tree::Simple::Visitor::CreateDirectoryTree | A Visitor for create a set of directories and files from a Tree::Simple object | 0.02 | metacpan |
Tree::Simple::Visitor::FindByNodeValue | A Visitor for finding an element in a Tree::Simple hierarchy by node value | 0.02 | metacpan |
Tree::Simple::Visitor::FindByPath | A Visitor for finding an element in a Tree::Simple hierarchy with a path | 0.02 | metacpan |
Tree::Simple::Visitor::FindByUID | A Visitor for finding an element in a Tree::Simple hierarchy by UID | 0.02 | metacpan |
Tree::Simple::Visitor::FromNestedArray | A Visitor for creating Tree::Simple objects from nested array trees. | 0.02 | metacpan |
Tree::Simple::Visitor::FromNestedHash | A Visitor for creating Tree::Simple objects from nested hash trees. | 0.03 | metacpan |
Tree::Simple::Visitor::GetAllDescendents | A Visitor for fetching all the descendents of a Tree::Simple object | 0.02 | metacpan |
Tree::Simple::Visitor::LoadClassHierarchy | A Visitor for loading class hierarchies into a Tree::Simple hierarchy | 0.02 | metacpan |
Tree::Simple::Visitor::LoadDirectoryTree | A Visitor for loading the contents of a directory into a Tree::Simple object | 0.02 | metacpan |
Tree::Simple::Visitor::PathToRoot | A Visitor for finding the path back a Tree::Simple object's root | 0.02 | metacpan |
Tree::Simple::Visitor::PostOrderTraversal | A Visitor for post-order traversal a Tree::Simple hierarchy | 0.02 | metacpan |
Tree::Simple::Visitor::PreOrderTraversal | A Visitor for pre-order traversal a Tree::Simple hierarchy | 0.01 | metacpan |
Tree::Simple::Visitor::Sort | A Visitor for sorting a Tree::Simple object heirarchy | 0.03 | metacpan |
Tree::Simple::Visitor::ToNestedArray | A Visitor for creating nested array trees from Tree::Simple objects. | 0.02 | metacpan |
Tree::Simple::Visitor::ToNestedHash | A Visitor for creating nested hash trees from Tree::Simple objects. | 0.02 | metacpan |
Tree::Simple::VisitorFactory | A factory object for dispensing Visitor objects | 0.05 | metacpan |