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, 'generated_by' (generated_by) [Validation: 1.3]

has_license_in_source_file

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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Authen-Krb5-Admin-0.17/Admin.pm -- Around line 316: Expected text after =item, not a bullet Around line 320: Expected text after =item, not a bullet Around line 324: Expected text after =item, not a bullet Around line 328: Expected text after =item, not a bullet Around line 332: Expected text after =item, not a bullet Around line 336: Expected text after =item, not a bullet Around line 346: Expected text after =item, not a bullet Around line 351: Expected text after =item, not a bullet Around line 355: Expected text after =item, not a bullet Around line 359: Expected text after =item, not a bullet Around line 363: Expected text after =item, not a bullet Around line 367: Expected text after =item, not a bullet Around line 371: Expected text after =item, not a bullet Around line 381: Expected text after =item, not a bullet Around line 385: Expected text after =item, not a bullet Around line 389: Expected text after =item, not a bullet Around line 395: Expected text after =item, not a bullet Around line 400: Expected text after =item, not a bullet Around line 404: Expected text after =item, not a bullet Around line 408: Expected text after =item, not a bullet Around line 413: Expected text after =item, not a bullet Around line 418: Expected text after =item, not a bullet Around line 422: Expected text after =item, not a bullet Around line 427: Expected text after =item, not a bullet Around line 442: Expected text after =item, not a bullet Around line 446: Expected text after =item, not a bullet Around line 453: Expected text after =item, not a bullet Around line 459: Expected text after =item, not a bullet Around line 463: Expected text after =item, not a bullet Around line 469: Expected text after =item, not a bullet Around line 475: Expected text after =item, not a bullet Around line 481: Expected text after =item, not a bullet Around line 485: Expected text after =item, not a bullet Around line 490: Expected text after =item, not a bullet Around line 495: Expected text after =item, not a bullet Around line 501: Expected text after =item, not a bullet Around line 507: Expected text after =item, not a bullet Around line 512: Expected text after =item, not a bullet Around line 517: Expected text after =item, not a bullet Around line 521: Expected text after =item, not a bullet Around line 526: Expected text after =item, not a bullet Around line 530: Expected text after =item, not a bullet Around line 581: Expected text after =item, not a bullet Around line 585: Expected text after =item, not a bullet Around line 589: Expected text after =item, not a bullet Around line 596: Expected text after =item, not a bullet Around line 600: Expected text after =item, not a bullet Around line 606: Expected text after =item, not a bullet Around line 610: Expected text after =item, not a bullet Around line 616: Expected text after =item, not a bullet Around line 621: Expected text after =item, not a bullet Around line 627: Expected text after =item, not a bullet Around line 632: Expected text after =item, not a bullet Around line 638: Expected text after =item, not a bullet Around line 642: Expected text after =item, not a bullet Around line 646: Expected text after =item, not a bullet Around line 651: Expected text after =item, not a bullet Around line 656: Expected text after =item, not a bullet Around line 664: Expected text after =item, not a bullet Around line 670: Expected text after =item, not a bullet Around line 675: Expected text after =item, not a bullet

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 Mon 25 Feb 2008 10:47:14 PM JST gpg: using DSA key F2033CF8CAF9A5E1 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==

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.

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

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: Authen::Krb5::Admin

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).

Modules

Name Abstract Version View
Authen::Krb5::Admin Perl extension for MIT Kerberos 5 admin interface 0.17 metacpan

Other Files

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