The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-Kwalitee-Extra

v0.0.8    2013-06-18 23:02:32 Asia/Tokyo
    [Non-functional Change]
        - Add minimum version of Module::CoreList (thanks Guillaume Aubert).

v0.0.7    2013-04-29 19:08:15 Asia/Tokyo
    - Account for modules in the no_index section of META.yml (thanks Guillaume Aubert).
    - Output results one-by-one.
    - Re-enable metayml_conforms_* indicators because rt.cpan.org #80225 has been fixed.

v0.0.6    2013-01-31 00:39:49 Asia/Tokyo
    - Do not exclude Test::Pod* in build_prereq_matches_use as the CPANTS site.

v0.0.5    2012-12-06 09:11:16 Asia/Tokyo
    [Non-functional Change]
        - Require 0.86 of Module::CPANTS::Analyse, to avoid trouble by renamed module.
        - Avoid magic number for the number of indicators in t/02-exclude-class.t.
        - Remove unnecessary eval guard in tests.

v0.0.4    2012-11-12 22:39:29 Asia/Tokyo
    [Non-functional Change]
        - Avoid each ARRAY to loosen minimum perl requirement.

v0.0.3    2012-11-05 23:03:20 Asia/Tokyo
    [Functional Change]
        - Fix incorrect `each' iteration to avoid false alaram of prereq_matches_use.
    [Non-functional Change]
        - Use Pod::Weaver.

v0.0.2    2012-10-24 06:42:18 Asia/Tokyo
    - Ignore require for perl version in prereq check.

v0.0.1    2012-10-23 13:18:28 Asia/Tokyo
    - Initial release.