Config-Neat 1.203 Deleted
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- 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::Neat, Config::Neat::Array, Config::Neat::Inheritable, Config::Neat::Render, Config::Neat::Schema, Config::Neat::Util
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 1.2,1.203
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- 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::Neat | Parse/render human-readable configuration files with inheritance and schema validation | 1.203 | metacpan |
Config::Neat::Array | Class for array-like config nodes | 1.2 | metacpan |
Config::Neat::Inheritable | Config::Neat files with inheritance | 1.2 | metacpan |
Config::Neat::Render | Render configs in Config::Neat format | 1.2 | metacpan |
Config::Neat::Schema | Validate Config::Neat files against schema | 1.2 | metacpan |
Config::Neat::Util | Common utility functions for other Config::Neat modules | 1.2 | metacpan |