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 (50) does not match dist (54):
  • Missing in MANIFEST: .cvsignore, examples/cmdline1, t/01-base.t, t/configs/dir2/.a/+b

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: Config::Tree, Config::Tree::DBI

prereq_matches_use

List all used modules in META.yml requires

Error:

  • List::MoreUtils

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.

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: Config::Tree, Config::Tree::DBI

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Config::Tree

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Test::Exception
  • YAML

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
Config::Tree Access various configuration as a single Unix filesystem-like tree 0.04 metacpan
Config::Tree::Base Base class for Config::Tree classes metacpan
Config::Tree::BaseFS Base class for Config::Tree classes which access filesystem metacpan
Config::Tree::CmdLine Read configuration tree from command line options metacpan
Config::Tree::DBI metacpan
Config::Tree::Dir Read configuration tree from a directory metacpan
Config::Tree::Env Read configuration tree from environment variables metacpan
Config::Tree::File Read configuration tree from a YAML file metacpan
Config::Tree::Multi Access multiple config trees as a single tree metacpan
Config::Tree::Var Read configuration tree from Perl data structure metacpan
Config::Tree::YAMLHashDir Read configuration tree from a directory of YAML files containing (derivative) hash metacpan
Config::Tree::YAMLHashFile Read configuration tree from a YAML file containing multiple hashes that can be based on one another metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan