Kwalitee Issues

has_meta_yml

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

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: Cannot find MANIFEST in dist.

no_pod_errors

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

Error: Acme/RTB/RTB.pm -- Around line 34: You forgot a '=back' before '=head2' Around line 36: =back without =over Around line 48: You forgot a '=back' before '=head2' Around line 50: =back without =over Around line 167: You forgot a '=back' before '=head2' Around line 169: =back without =over Around line 185: You forgot a '=back' before '=head2' Around line 187: =back without =over Around line 193: You forgot a '=back' before '=head2' Around line 195: =back without =over Around line 201: You forgot a '=back' before '=head2' Around line 203: =back without =over Around line 209: You forgot a '=back' before '=head2' Around line 211: =back without =over Around line 218: You forgot a '=back' before '=head2' Around line 220: =back without =over Around line 227: You forgot a '=back' before '=head2' Around line 229: =back without =over Around line 236: You forgot a '=back' before '=head2' Around line 238: =back without =over Around line 245: You forgot a '=back' before '=head2' Around line 247: =back without =over Around line 254: You forgot a '=back' before '=head2' Around line 256: =back without =over Around line 263: You forgot a '=back' before '=head2' Around line 265: =back without =over Around line 272: You forgot a '=back' before '=head2' Around line 274: =back without =over

has_meta_json

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

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: RTB/RTB.pm

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.

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
Acme::RTB Perl extension for building realtimebattle bots 0.01 metacpan

Other Files

RTB/MANIFEST metacpan
RTB/Makefile.PL metacpan