1.10 2014-07-17 NEILB
- Changed license to Artistic 2.0, at PETDANCE's request.
- Added README
- 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
- Deleted the old META.yml, so new MYMETA.{yml,json} will be generated.
- Reformatted as per CPAN::Changes::Spec
1.09_01 2014-07-08 NEILB
- Specified license as 'Perl' in metadata, to match doc.
- All of the changes in 1.10 were first done in this developer release,
apart from the change to Artistic License 2.0.
Patch provided by Martin Wilke via PR 34368.
1.08 Wed Jan 25 21:59:49 CST 2006
[FIXES]
* File and directory names may now contain periods and hyphens.
* Now exports all_modules().
1.07_01 Wed Dec 28 23:10:31 CST 2005
[ENHANCEMENTS]
* Can now use an alternate class that implements the Pod::Coverage
interface. This is mostly useful for avoiding the necessity to
redocument or itemize overriden methods in a subclass by using
Pod::Coverage::CountParents. Thanks to Ricardo Signes.