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 Thu 11 Mar 2010 08:28:33 AM JST gpg: using DSA key 767844C2C1BBC7BA gpg: Can't check signature: No public key --- SIGNATURE Thu Mar 11 08:28:33 2010 +++ @@ -1,6 +1,7 @@ SHA1 65fae6362c71028e584eeb16139a56ce2a44577e Changes SHA1 9cdb21d4debe90ff1d40ac54cdca40b17df46f23 INSTALL -SHA1 ea4173b422fe2acfaec529078d793e54c1ff2f48 MANIFEST +SHA1 4b0a8ad74fda5234652c75aab0d74e9debd04f5e MANIFEST +SHA256 c981d96bcf0807bf856568cadaf630004f10609950c62e4122632852ce76febe META.yml SHA1 18f8bdbb04015e3fd6de7f2c70f71f033628e8b0 Makefile.PL SHA1 7694b2d1540169e9214afa98715a4e2e09aed2ef README SHA1 2cafc6b007a71714ea6288ffa4bf2c723854b418 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 a modular and OO-aware interface to AUTOLOAD 0.12 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 automatic set-style accessors metacpan
Package::Autoloader::Package metacpan
Package::Autoloader::Path_Partition partitions the search path for rules 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