Changes for version 1.09_01 - 2014-07-01
- Moved Coverage.pm to lib/Test/Pod/Coverage.pm
- Min perl version now set to 5.006 in both code and dist metadata. Addresses RT#21564 from ANDK++
- Added DESCRIPTION section to pod (RT#28715 JEREMIAH++), and changed to a minimal SYNOPSIS, with everything else moved to the DESCRIPTION.
- The "no verbose" tests in t/nosymbols.t weren't ensuring that the tests were running with HARNESS_VERBOSE set to false. You could set that true in your environment and break the test. RT#53947 - thanks to Pete Armstrong.
- Makefile.PL: Ensured all prereqs listed in PREREQ_PM, and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker.
- Added github repo to pod and dist metadata
- Specified license as 'Perl' in metadata, to match doc.
- Deleted the old META.yml, so new MYMETA.{yml,json} will be generated.
- Reformatted as per CPAN::Changes::Spec
Modules
Check for pod coverage in your distribution.