AutoCons 0.01_01 Deleted
Kwalitee Issues
- has_buildtool
-
Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
- 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: .consign,Construct,MANIFEST.SKIP,dist/.consign,examples/Perl::Module/plib/Perl/.consign,examples/cprog-1/.consign,examples/cprog-1/Config.h.PL,examples/cprog-1/Config.t.d/foo.t,examples/cprog-1/Config.t.d,examples/cprog-1/Construct.PL,examples/cprog-1/README,examples/cprog-1/src/bin/.consign,examples/cprog-1/src/bin/cprog.c,examples/cprog-1/src/bin,examples/cprog-1/src,examples/cprog-1,plib/.consign,plib/AutoCons/.consign,plib/AutoCons/HOWTO/.consign,t/.consign - portable_filenames
-
Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.
Error:- examples/Perl::Module/Construct.PL
- examples/Perl::Module/README
- examples/Perl::Module/plib/Perl/.consign
- examples/Perl::Module/plib/Perl/Module.pm
- examples/Perl::Module/plib/Perl/Module2.pm
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: plib/AutoCons.pm, plib/AutoCons/ConfigH.pm - 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: AutoCons, AutoCons::ConfigH
- 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.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| AutoCons | Write a Construct file. | metacpan | |
| AutoCons::ConfigH | Write a Config.h for C programs. | metacpan |
Other Files
| MANIFEST | metacpan |
| META.yml | metacpan |
| README | metacpan |