Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 (63) does not match dist (65):
  • Missing in MANIFEST: lib/Perl6/Doc/Magazine/everyday-perl-6.pod, lib/Perl6/Doc/Magazine/perl-6-announcement.pod, lib/Perl6/Doc/Magazine/perl-6-parameter-passing.pod, lib/Perl6/Doc/Magazine/pugs-interview.pod, lib/Perl6/Doc/Magazine/what-is-perl-6.pod
  • Missing in Dist: lib/Perl6/Doc/Magazine/EverydayPerl6.pod, lib/Perl6/Doc/Magazine/Perl6Parameter.pod, lib/Perl6/Doc/Magazine/WhatisPerl6.pod

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Perl6::Doc

no_pod_errors

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

Error: Perl6-Doc-0.34/lib/Perl6/Doc/Design/S16.pod -- Around line 314: You forgot a '=back' before '=head1' Perl6-Doc-0.34/lib/Perl6/Doc/Design/S22.pod -- Around line 457: You forgot a '=back' before '=head3' Around line 868: You forgot a '=back' before '=head2' Perl6-Doc-0.34/lib/Perl6/Doc/Design/S26.pod -- Around line 44: Deleting unknown formatting code D<> Around line 48: Deleting unknown formatting code D<> Around line 101: Non-ASCII character seen before =encoding in 'C«:key»'. Assuming UTF-8 Around line 2222: '=end table :nested' is invalid. (Stack: =begin code; =begin code; =begin code; =begin item; =begin nested; =begin nested; =begin nested; =begin code; =begin code; =begin code; =begin code; =begin code; =begin code; =begin nested; =begin nested; =begin nested; =begin nested; =begin nested; =begin nested; =begin nested; =begin nested; =begin nested; =begin code; =begin nested; =begin code; =begin code; =begin nested; =begin item; =begin item; =begin code; =begin code; =begin code; =begin nested; =begin code; =begin code; =begin item; =begin item; =begin item; =begin code; =begin item; =begin code; =begin code; =begin nested; =begin nested; =begin nested; =begin code; =begin table) Perl6-Doc-0.34/lib/Perl6/Doc/Magazine/perl-6-parameter-passing.pod -- Around line 305: Non-ASCII character seen before =encoding in 'Currying—that'. Assuming CP1252 Perl6-Doc-0.34/lib/Perl6/Doc/Magazine/pugs-interview.pod -- Around line 286: Deleting unknown formatting code N<> Perl6-Doc-0.34/lib/Perl6/Doc/Operator.pod -- Around line 14: Non-ASCII character seen before =encoding in '.«»'. Assuming UTF-8 Perl6-Doc-0.34/lib/Perl6/Doc/Smartmatch.pod -- Around line 12: Non-ASCII character seen before =encoding in '»eq«'. Assuming UTF-8 Perl6-Doc-0.34/lib/Perl6/Doc/Tutorial/perlintro.pod -- Around line 62: Unknown directive: =comment Around line 257: Unknown directive: =comment Around line 368: Unterminated C<...> sequence Around line 446: Unknown directive: =comment Perl6-Doc-0.34/lib/Perl6/Doc.pm -- Around line 341: Non-ASCII character seen before =encoding in 'döt'. Assuming CP1252

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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: Perl6::Doc

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
Perl6::Doc all useful Perl 6 Docs in your command line 0.34 metacpan

Other Files

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