Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (30) does not match dist (29):
  • Duplicates in MANIFEST: SIGNATURE

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 Fri 20 Jun 2008 05:19:41 AM JST gpg: using DSA key 2C3D4E4C17F231A4 gpg: Can't check signature: No public key --- SIGNATURE Fri Jun 20 05:19:41 2008 +++ @@ -1,13 +1,14 @@ SHA1 de99730c9cff5401331cc9b10da8fffc2607119e ARTISTIC SHA1 22316eae2efc4afadca11b79369f9e173d6039b1 Build.PL -SHA1 205fdf6b110d7a4ab9935d5c0ad4bfcff2294e3a Changes +SHA1 631cf3b8417bd129b6cbe29c532b040e2e1a1752 Changes SHA1 2d29c273fda30310211bbf6a24127d589be09b6c GPL -SHA1 eccb0808083e42742ab218aade252010ec49a567 MANIFEST -SHA1 32787552984162e780b38633dd67f4809fb5e992 META.yml -SHA1 c37ec8e62f2d6b0fffe4b4a73c2bdf3c3f2def3b Makefile.PL +SHA1 d6ad00ab988e1ce458e494fe6b2b77983eecb86a MANIFEST +SHA256 582f3e09685f65c223b5b579713c3c9d50b984e8052a352de1432b83baed903b META.json +SHA1 a32f69f98389d6c40fa5f52c31cb5fb59042545f META.yml +SHA1 9fc95dd1a496a70067593446aa53f8bb14e6d2b6 Makefile.PL SHA1 32770eb383f51fec27a092d2c39f0b1c302df6e6 README -SHA1 ac1b2db56ba408051f88f7515b5d041400547b0f lib/Text/MediawikiFormat.pm -SHA1 fd66bd52dab924fbdf8185b56b4b0f835cba8b44 lib/Text/MediawikiFormat/Blocks.pm +SHA1 0859c0e671cdee7f6dd34ddf0b267b820c5d1ad8 lib/Text/MediawikiFormat.pm +SHA1 f2a491a0922b8ccde84b6a444e1e959a051af216 lib/Text/MediawikiFormat/Blocks.pm SHA1 645310aa31699333b7d7bfaa9da48e7a8fdbb8f7 t/Wiki.t SHA1 b617b7515b2c9cc7a194693af3f002b7665c943d t/absolute_links.t SHA1 d6b24c5b497740c653882d6f3a691b7e51ea8f02 t/base.t @@ -16,7 +17,7 @@ SHA1 9f8e6742d15fc02f70fea8c7883e534b5ab0027e t/developer/pod-coverage.t SHA1 0190346d7072d458c8a10a45c19f86db641dcc48 t/developer/pod.t SHA1 c09a0d0ba5a0b9c152a1f93315b9c49fcfbd865c t/embedded-links.t -SHA1 8f75e7cd212a52a42eea81ed150fe5450c70e87a t/explicit.t +SHA1 cf61e987fa752fd5e46904fd7ecd3535bdfe3783 t/explicit.t SHA1 bbc7124baf9098da6c2dcf89f2a3284683413b6a t/implicit.t SHA1 6b7053b05703eb121a6b45452dca7372a5ae4d7b t/kake.t SHA1 784b48b387dd561d52de82cd2b94af222c61d26d t/lists-nested.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.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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: Text::MediawikiFormat, Text::MediawikiFormat::Blocks

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Text::MediawikiFormat::Block

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
Text::MediawikiFormat Translate Wiki markup into other text formats 1.01 metacpan
Text::MediawikiFormat::Blocks blocktypes for Text::MediawikiFormat 1.01 metacpan

Provides

Name File View
Text::MediawikiFormat::Block lib/Text/MediawikiFormat/Blocks.pm metacpan

Other Files

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