Update to 2016010801
Upstream changes: Version 2016010801 Fri Jan 8 12:52:36 CET 2016 + Use 'done_testing ()' instead of 'done_testing', so the test file compiles even if the user uses an old Test::More. Version 2016010701 Thu Jan 7 19:31:34 CET 2016 + Removed the 29143 tests from t/number/integer.t, and replaced them with 34689 spread over 7 new files. The reason is, there are sporadic failures reported by CPAN testers in the t/number/integer.t file, but this file uses the random number generator to generate tests. Which makes issues very hard to debug, as failures cannot be reproduced. The new tests will be deterministic. Version 2015121601 Wed Dec 16 01:12:18 CET 2015 + Force Darwin 10.0 on Perl 5.10.0 to run square tests in 32 bit mode. Version 2013031302 + Doc typo fixes (Jonathan You <jawnsy@cpan.org>/RT 67549) and (Gregor Herrmann <gregoa@cpan.org>/RT 71131).
This commit is contained in:
parent
5b76f4db45
commit
73161aa16d
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.23 2015/06/12 10:51:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2016/01/10 13:11:25 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Regexp-Common-2013031301
|
||||
DISTNAME= Regexp-Common-2016010801
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2015/11/04 01:59:47 agc Exp $
|
||||
$NetBSD: distinfo,v 1.12 2016/01/10 13:11:25 wen Exp $
|
||||
|
||||
SHA1 (Regexp-Common-2013031301.tar.gz) = f8e53e84204bba33d67fd164ed18bdd75c7e932e
|
||||
RMD160 (Regexp-Common-2013031301.tar.gz) = efbfef2ae31dff9b15db53840f1d0d1ef5eb8b43
|
||||
SHA512 (Regexp-Common-2013031301.tar.gz) = 2fad761c169be76771856938a53f28dab232cb44cea4e22f56869754633f9a38f94568096ac0f21a885e6dd11049f401c8957b04929eee6802b8454c4fe4f62a
|
||||
Size (Regexp-Common-2013031301.tar.gz) = 115724 bytes
|
||||
SHA1 (Regexp-Common-2016010801.tar.gz) = 8945f02ff306448c00ea5cdfd29e2505875472bb
|
||||
RMD160 (Regexp-Common-2016010801.tar.gz) = f182ebd96e433a13b503e34de8b362da3609c156
|
||||
SHA512 (Regexp-Common-2016010801.tar.gz) = c45f43ba87b320ebf1aae3bf46e8ba7233bed26d7da13e7daf76eb11af95bd05b61811a0de76679702dc24e1e464589273e36d3dbbc0abf8d1ec0f984983643f
|
||||
Size (Regexp-Common-2016010801.tar.gz) = 119161 bytes
|
||||
|
|
Loading…
Reference in a new issue