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.13/Admin.pm -- Around line 315: Expected text after =item, not a bullet Around line 319: Expected text after =item, not a bullet Around line 323: Expected text after =item, not a bullet Around line 327: Expected text after =item, not a bullet Around line 331: Expected text after =item, not a bullet Around line 335: Expected text after =item, not a bullet Around line 345: Expected text after =item, not a bullet Around line 350: Expected text after =item, not a bullet Around line 354: Expected text after =item, not a bullet Around line 358: Expected text after =item, not a bullet Around line 362: Expected text after =item, not a bullet Around line 366: Expected text after =item, not a bullet Around line 370: Expected text after =item, not a bullet Around line 380: Expected text after =item, not a bullet Around line 384: Expected text after =item, not a bullet Around line 388: Expected text after =item, not a bullet Around line 394: Expected text after =item, not a bullet Around line 399: 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 428: Expected text after =item, not a bullet Around line 432: Expected text after =item, not a bullet Around line 439: Expected text after =item, not a bullet Around line 445: Expected text after =item, not a bullet Around line 449: Expected text after =item, not a bullet Around line 455: Expected text after =item, not a bullet Around line 461: Expected text after =item, not a bullet Around line 467: Expected text after =item, not a bullet Around line 471: Expected text after =item, not a bullet Around line 476: Expected text after =item, not a bullet Around line 481: Expected text after =item, not a bullet Around line 487: Expected text after =item, not a bullet Around line 493: Expected text after =item, not a bullet Around line 498: Expected text after =item, not a bullet Around line 503: 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 552: Expected text after =item, not a bullet Around line 556: Expected text after =item, not a bullet Around line 560: Expected text after =item, not a bullet Around line 567: Expected text after =item, not a bullet Around line 571: Expected text after =item, not a bullet Around line 577: Expected text after =item, not a bullet Around line 581: Expected text after =item, not a bullet Around line 587: Expected text after =item, not a bullet Around line 592: Expected text after =item, not a bullet Around line 598: Expected text after =item, not a bullet Around line 603: Expected text after =item, not a bullet Around line 609: Expected text after =item, not a bullet Around line 613: Expected text after =item, not a bullet Around line 617: Expected text after =item, not a bullet Around line 622: Expected text after =item, not a bullet Around line 627: Expected text after =item, not a bullet Around line 635: Expected text after =item, not a bullet Around line 641: 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 --- SIGNATURE Mon Feb 25 22:47:14 2008 +++ @@ -1,14 +1,14 @@ -SHA1 7a0e270ee6bdc2585c9f7ce47425b1947516448e Admin.pm -SHA1 29bef427f045932a7ba5ffeaeebbb336134c5f5c Admin.xs +SHA1 0a36b79985e9a485c8b3902ba639e202d289370e Admin.pm +SHA1 3a347238c224f6316b59690b070d77b4abb99a44 Admin.xs SHA1 9d411294eeb4412a3d3941ba44c2e3d6b6e6e0a9 COPYING -SHA1 15840a4e691f1c631569823fbe1e5fcaed32f80e ChangeLog -SHA1 6e839f9ddfb5c6342e88a701910c934de7d11da6 MANIFEST +SHA1 77a120518980ff7f1a18bcf23a05a45756283189 ChangeLog +SHA1 7c20c985c17dc6a0594ea41bfd748c4b0277e22f MANIFEST SHA1 d409618d9db5bb2842492de2e357658d39e0d333 MANIFEST.SKIP -SHA1 f48eae8793331cbaf18e0e186d8f15287136a111 META.yml -SHA1 3aa2f15c0eafb8c7dd124489685638169cc15ea7 Makefile.PL -SHA1 c42f202e3b8cbe0c74cb146df786349ec71f530f README +SHA1 1878552625fe6c85c2f01858feb4922d8c9121bd META.yml +SHA1 142e684893e3c31e83e399c038f8b1ae8b762ab9 Makefile.PL +SHA1 906fa4a4c0a0c4f9aa25684b74c263d5aa01b30c README SHA1 4feef6e2e5c4a19c39b8452a98b02491e375e4ce admin.h -SHA1 d6494c57318da08bb30b26e443332bfd23635b8a ppport.h +SHA1 f61e05e116e35c4210e47374e1ce43f1238e5062 ppport.h SHA1 3daef757c45f7b8ca1f146ec01ecb05a55d08014 t/00-0-signature.t SHA1 ab84455cec3e006b25700ad4074e6dd28a186f9a t/00-loadme.t SHA1 11d571b28db47c1fff44784af72f1e093a2dee04 t/01-config.t ==> 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.

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.13 metacpan

Other Files

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