Update to 1.08
Add LICENSE Upstream changes: 1.08 2015-01-25 NEILB - Documentation improvements from JMATES++. 1.07 2015-01-07 NEILB - Linkify external module references. JMATES++ - Added Test::Pod as a release test. JMATES++ 1.06 2014-04-09 - First non-developer release by NEILB - Fixed RT#41504 - Fixed RT#92082 - Fixed RT#92081 - Fixed RT#53619 - Noted in the pod that I'm now maintaining it. 1.05_02 2014-04-08 - If the constructor failed part way, it would sometimes leave cruft behind in TMPDIR. RT#41504 - thanks ANDK. 1.05_01 2014-04-02 - Specified min perl version 5.6.0 in metadata and in code - Moved the modules into lib/Test/ - Added PREREQ_PM, TEST_REQUIRES and CONFIGURE_REQUIRES to Makefile.PL - Added github repo to metadata and the pod - Reformatted Changes file as per CPAN::Changes::Spec - Specified license as 'perl' in metadata, to match doc - Fixed pod error RT#92082 - Pod spelling mistake RT#92081 - Clarification in doc for new(), that it returns undef on failure, and not false. RT#53619
This commit is contained in:
parent
0e152db0ab
commit
323005bac8
2 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2015/05/09 00:56:40 wen Exp $
|
||||
|
||||
DISTNAME= Test-Cmd-1.05
|
||||
DISTNAME= Test-Cmd-1.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 8
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= http://www.baldmt.com/Test-Cmd/
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.baldmt.com/Test-Cmd/
|
||||
COMMENT= Perl5 module for testing of external commands and scripts
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/Test/Cmd/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2006/01/23 12:03:20 wulf Exp $
|
||||
$NetBSD: distinfo,v 1.7 2015/05/09 00:56:40 wen Exp $
|
||||
|
||||
SHA1 (Test-Cmd-1.05.tar.gz) = 32bb30c7120f74b3a9fed4ce3109fed31babb55d
|
||||
RMD160 (Test-Cmd-1.05.tar.gz) = a8dbc9ed20cff3b1e16e93e898bad90d99c18dea
|
||||
Size (Test-Cmd-1.05.tar.gz) = 31104 bytes
|
||||
SHA1 (Test-Cmd-1.08.tar.gz) = f6d2279b05366e6aab925a31e2104387f9ca3b2a
|
||||
RMD160 (Test-Cmd-1.08.tar.gz) = c7fc20f09d1c41f27b60904259d3ce051ae09aaa
|
||||
Size (Test-Cmd-1.08.tar.gz) = 33328 bytes
|
||||
|
|
Loading…
Reference in a new issue