Commit graph

4 commits

Author SHA1 Message Date
wiz
0b9ae3b65a Update to 1.10. Set LICENSE.
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.
2014-09-06 12:42:37 +00:00
obache
0580b9460b Update p5-Test-Pod-Coverage to 1.08.
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.
2006-10-21 08:34:52 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
68e439c57e Add some perl packages needed for various test targets in other perl
packages.
2005-02-22 00:33:36 +00:00