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.
This commit is contained in:
parent
1942e29f07
commit
0b9ae3b65a
2 changed files with 7 additions and 8 deletions
|
@ -1,15 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.14 2014/05/29 23:36:23 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.15 2014/09/06 12:42:37 wiz Exp $
|
||||
|
||||
DISTNAME= Test-Pod-Coverage-1.08
|
||||
DISTNAME= Test-Pod-Coverage-1.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Test-Pod-Coverage/
|
||||
COMMENT= Check for pod coverage in your distribution
|
||||
LICENSE= artistic-2.0
|
||||
|
||||
DEPENDS+= p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2006/10/21 08:34:52 obache Exp $
|
||||
$NetBSD: distinfo,v 1.4 2014/09/06 12:42:37 wiz Exp $
|
||||
|
||||
SHA1 (Test-Pod-Coverage-1.08.tar.gz) = 9d9669917092e24d0943589ea2dfa77ef4e9c853
|
||||
RMD160 (Test-Pod-Coverage-1.08.tar.gz) = 182d210c14beb2056f1c46b0deec75f34d342cf2
|
||||
Size (Test-Pod-Coverage-1.08.tar.gz) = 6418 bytes
|
||||
SHA1 (Test-Pod-Coverage-1.10.tar.gz) = 284165385957ff069791c84eb3bf2006e603d701
|
||||
RMD160 (Test-Pod-Coverage-1.10.tar.gz) = 1d72fe370c23099028b02b20aefb5516cbdf8433
|
||||
Size (Test-Pod-Coverage-1.10.tar.gz) = 8083 bytes
|
||||
|
|
Loading…
Reference in a new issue