Kwalitee Issues

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

distname_matches_name_in_meta

Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.

Error: Sub-Genius-TRIAL

prereq_matches_use

List all used modules in META.yml requires

Error:

  • feature
  • parent

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

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

Error: Sub-Genius-TRIAL-0.04/lib/Sub/Genius/Util.pm -- Around line 100: You forgot a '=back' before '=head1' Sub-Genius-TRIAL-0.04/lib/Sub/Genius.pm -- Around line 177: Expected text after =item, not a bullet Around line 186: Expected text after =item, not a bullet Around line 199: Expected text after =item, not a bullet Around line 210: Expected text after =item, not a bullet Around line 220: Expected text after =item, not a bullet Around line 225: You forgot a '=back' before '=head2' Around line 235: =back without =over

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_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.

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • feature

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.

Modules

Name Abstract Version View
Sub::Genius manage concurrent C<Perl> semantics in the uniprocess execution model of C<perl>. 0.04 metacpan
Sub::Genius::Util assortment of utility methods that might make dealing with creating programs using <Sub::Genius> a little more convenient. metacpan

Other Files

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