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 07:00:38 AM JST gpg: using DSA key 767844C2C1BBC7BA gpg: Can't check signature: No public key --- SIGNATURE Thu Mar 11 07:00:38 2010 +++ @@ -1,6 +1,7 @@ SHA1 1748a565bc979bd457375a75e028ace19138047f Changes SHA1 4a856e51e9b8c94c7412557c8e707a0c7e45eb26 INSTALL -SHA1 34b882d93ce6a50f9e80c8dd153712aa0ad4d74b MANIFEST +SHA1 01013fc1980d26a3fa73991a354325a2bbea6f94 MANIFEST +SHA256 a27aea3be3656cb041b9c644228b2c21454633e4b7e753434d225a43ae765a63 META.yml SHA1 18f8bdbb04015e3fd6de7f2c70f71f033628e8b0 Makefile.PL SHA1 4fff3af0eee52a5ab290031ac58ecb01c98d7be4 README SHA1 5c022d837da4c5b683b9640be35087b0caf6720a 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.11 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