Kwalitee Issues

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: WordList::Test::OneTwo

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.

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: WordList, WordList::Test::Dynamic::OneTwo_Each, WordList::Test::Dynamic::OneTwo_EachParam, WordList::Test::Dynamic::OneTwo_FirstNextReset, WordList::Test::OneTwo, WordListBase

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
WordList Specification and base class for WordList::*, modules that contain word list 0.007010 metacpan
WordList::Test::Dynamic::OneTwo_Each Wordlist that returns one, two (via implementing each_word()) 0.007010 metacpan
WordList::Test::Dynamic::OneTwo_EachParam Wordlist that returns one, two (via implementing each_word()) 0.007010 metacpan
WordList::Test::Dynamic::OneTwo_FirstNextReset Wordlist that returns one, two (via implementing first_word(), next_word(), and reset_iterator()) 0.007010 metacpan
WordList::Test::OneTwo Wordlist that contains "one" and "two" 0.007010 metacpan
WordListBase WordList base class 0.007010 metacpan
WordListRole::EachFromFirstNextReset Provide each_word(); relies on first_word(), next_word(), reset_iterator() 0.007010 metacpan
WordListRole::FirstNextResetFromEach Provide first_word(), next_word(), reset_iterator(); relies on each_word() 0.007010 metacpan
WordListRole::FromArray Provide first_word(), next_word(), reset_iterator(), each_word() from _array() 0.007010 metacpan
WordListRole::Test A test role 0.007010 metacpan
WordListRole::WordList The WordList methods 0.007010 metacpan

Other Files

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