Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (42) does not match dist (45):
  • Missing in MANIFEST: ._Changes, lib/Tree/Simple/Visitor/._FindByPath.pm, t/._30_Tree_Simple_Visitor_FindByPath_test.t

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Tree::Simple::Visitor::._FindByPath

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Changes
  • lib/Tree/Simple/Visitor/._FindByPath.pm
  • t/._30_Tree_Simple_Visitor_FindByPath_test.t

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.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Tree::Simple::Visitor::._FindByPath

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.08

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.03 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::Visitor::VariableDepthClone A Visitor for cloning parts of Tree::Simple hierarchy 0.03 metacpan
Tree::Simple::VisitorFactory A factory object for dispensing Visitor objects 0.08 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan