Revision history for Test-Kwalitee-Extra
v0.1.2 2013-09-02 22:56:41 Asia/Tokyo
[Functional Change]
- Ignore entries including sigil because they are likely to be variables (close gh-12).
- Trap query errors by MetaCPAN::API::Tiny (close gh-12).
[Non-functional Change]
- Add fake use of File::Temp to keep our test behavior because DZP::Test::Compile no longer depends on it.
v0.1.1 2013-08-06 22:22:25 Asia/Tokyo
[Non-functional Change]
- Fix missing "use version" in tests (close gh-11).
v0.1.0 2013-08-05 03:27:59 Asia/Tokyo
[Functional Change]
- Check validity for Module::CPANTS::Analyse from 0.88 to 0.90_02.
- proper_libs is disabled for 0.88 and 0.90+.
- Make prereq_matches_use and build_prereq_matches_use available though deleted in 0.88 and 0.90+.
- Consider exclusion of use in eval for prereq_matches_use.
[Non-functional Change]
- Use DZPB::Author::YAKEX.
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.