Kwalitee Issues

no_generated_files

Remove the offending files/directories!

Error: Build

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • blib/libdoc/Devel::LeakGuard::Object.3
  • blib/libdoc/Devel::LeakGuard::Object::State.3

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 (19) does not match dist (33):
  • Missing in MANIFEST: Build, _build/auto_features, _build/build_params, _build/cleanup, _build/config_data, _build/features, _build/magicnum, _build/notes, _build/prereqs, _build/runtime_params, blib/lib/Devel/LeakGuard/Object.pm, blib/lib/Devel/LeakGuard/Object/State.pm, blib/libdoc/Devel::LeakGuard::Object.3, blib/libdoc/Devel::LeakGuard::Object::State.3

no_pod_errors

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

Error: Devel-LeakGuard-Object-0.01/blib/lib/Devel/LeakGuard/Object.pm -- Around line 153: Non-ASCII character seen before =encoding in 'μS'. Assuming CP1252 Devel-LeakGuard-Object-0.01/lib/Devel/LeakGuard/Object.pm -- Around line 153: Non-ASCII character seen before =encoding in 'μS'. Assuming CP1252

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.

Modules

Name Abstract Version View
Devel::LeakGuard::Object Scoped checks for object leaks 0.01 metacpan
Devel::LeakGuard::Object::State Scoped object leak checking 0.01 metacpan

Other Files

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