Kwalitee Issues

has_meta_yml

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

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: CfgTie.tex,CodeMenu.tex,Intro.tex,MANIFEST,MANIFEST.SKIP,MANIFEST.bak,Makefile,Makefile.PL,Makefile.old,bin/makefile,install,lib/CfgTie/makefile,makefile.inc,misspellings,test/aliases.add,test/aliases.fetch,test/aliases.join1,test/aliases.remove1,test/aliases.remove2,test/aliases.start,test/test

has_tests

Add tests!

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

no_generated_files

Remove the offending files/directories!

Error: Makefile

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 (18) does not match dist (39):
  • Missing in MANIFEST: CfgTie.tex, CodeMenu.tex, Intro.tex, MANIFEST, MANIFEST.SKIP, MANIFEST.bak, Makefile, Makefile.PL, Makefile.old, bin/makefile, install, lib/CfgTie/makefile, makefile.inc, misspellings, test/aliases.add, test/aliases.fetch, test/aliases.join1, test/aliases.remove1, test/aliases.remove2, test/aliases.start, test/test

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: CfgTie::CfgArgs, CfgTie::RCService, CfgTie::TieAliases, CfgTie::TieGeneric, CfgTie::TieGroup, CfgTie::TieHost, CfgTie::TieNamed, CfgTie::TieNet, CfgTie::TiePh, CfgTie::TieProto, CfgTie::TieServ, CfgTie::TieShadow, CfgTie::TieUser, CfgTie::filever

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

has_meta_json

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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.

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: CfgTie::CfgArgs, CfgTie::Cfgfile, CfgTie::RCService, CfgTie::TieAliases, CfgTie::TieGeneric, CfgTie::TieGroup, CfgTie::TieHost, CfgTie::TieNamed, CfgTie::TieNet, CfgTie::TiePh, CfgTie::TieProto, CfgTie::TieServ, CfgTie::TieShadow, CfgTie::TieUser, CfgTie::filever

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
CfgTie::CfgArgs Configuration module for parsing commandline-like arguments metacpan
CfgTie::Cfgfile A module to help interface to configuration files metacpan
CfgTie::TieAliases an associative array of mail aliases to targets metacpan
CfgTie::TieGeneric A generic hash that automatically binds others metacpan
CfgTie::TieGroup an associative array of group names and ids to information metacpan
CfgTie::TieHost This accesses the hosts tables. metacpan
CfgTie::TieNamed A tool to help configure the name daemon (BIND DNS server) metacpan
CfgTie::TieNet A module to tie in the net database metacpan
CfgTie::TiePh a ph phonebook server configuration tool metacpan
CfgTie::TieProto metacpan
CfgTie::TieServ A HASH tie that allows access the service port database metacpan
CfgTie::TieShadow an associative array of user names to password information metacpan
CfgTie::TieUser an associative array of user names and ids to information metacpan

Provides

Name File View
CfgTie::TieGeneric_worker lib/CfgTie/TieGeneric.pm metacpan
CfgTie::TieGroup_id lib/CfgTie/TieGroup.pm metacpan
CfgTie::TieGroup_rec lib/CfgTie/TieGroup.pm metacpan
CfgTie::TieHost_addr lib/CfgTie/TieHost.pm metacpan
CfgTie::TieHost_rec lib/CfgTie/TieHost.pm metacpan
CfgTie::TieNamed_primary lib/CfgTie/TieNamed.pm metacpan
CfgTie::TieNamed_sub lib/CfgTie/TieNamed.pm metacpan
CfgTie::TieNet_addr lib/CfgTie/TieNet.pm metacpan
CfgTie::TieNet_rec lib/CfgTie/TieNet.pm metacpan
CfgTie::TieProto_num lib/CfgTie/TieProto.pm metacpan
CfgTie::TieProto_rec lib/CfgTie/TieProto.pm metacpan
CfgTie::TieServ_port lib/CfgTie/TieServ.pm metacpan
CfgTie::TieServ_rec lib/CfgTie/TieServ.pm metacpan
CfgTie::TieShadow_id lib/CfgTie/TieShadow.pm metacpan
CfgTie::TieShadow_rec lib/CfgTie/TieShadow.pm metacpan
CfgTie::TieUser_id lib/CfgTie/TieUser.pm metacpan
CfgTie::TieUser_rec lib/CfgTie/TieUser.pm metacpan
RCService lib/CfgTie/RCService.pm metacpan
filever lib/CfgTie/filever.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan