Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Wed 10 Mar 2010 03:11:57 AM JST gpg: using DSA key 767844C2C1BBC7BA gpg: Can't check signature: No public key --- SIGNATURE Wed Mar 10 03:11:57 2010 +++ @@ -1,6 +1,7 @@ SHA1 6084df0c5964424d8a531a62d8440e6bc8f3f92d Changes SHA1 4a856e51e9b8c94c7412557c8e707a0c7e45eb26 INSTALL -SHA1 a592bfc343da17ed35b0ae66d842cfad76081dd4 MANIFEST +SHA1 0df3acc9c4090e4d8a24a309c24fcef7f9a3841b MANIFEST +SHA256 a6b5b749f5e70ab4ce040fca275df46665ac137fbaf94110a67c7e5d07f8dfbd META.yml SHA1 30e8dddd4ee374f96507db8f0bf786200f95a860 Makefile.PL SHA1 4fff3af0eee52a5ab290031ac58ecb01c98d7be4 README SHA1 f220621a1d8db5a35869a551cfa178000dd48edc Todo ==> MISMATCHED content between SIGNATURE and distribution files! <==

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.

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

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
Package::Autoloader wraps 'AUTOLOAD' with a modular interface 0.10 metacpan
Package::Autoloader::Generator generic base class for subroutine generators metacpan
Package::Autoloader::Generator::Closures_Demo example with RE and no quoting metacpan
Package::Autoloader::Generator::Eponymous_Directory require .pl files metacpan
Package::Autoloader::Generator::Eponymous_Tie subroutines from a DB file metacpan
Package::Autoloader::Generator::Export on-demand export metacpan
Package::Autoloader::Generator::Hello_Anything full example from synopsis metacpan
Package::Autoloader::Generator::SQL_Table store your subroutines in a database metacpan
Package::Autoloader::Generator::Set_Accessors_Demo metacpan
Package::Autoloader::Package metacpan
Package::Autoloader::Path_Partition metacpan
Package::Autoloader::Pre_Selection metacpan
Package::Autoloader::Rule a general rule class for Package::Autoloader metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan