diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-17 13:35:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-17 13:35:24 +0000 |
commit | edaa61a6787ceeff0adfc428fa56499006c25070 (patch) | |
tree | a36faf5cfdf029378eb34ee53932cdf55f022ad2 /devel | |
parent | 72e8be86d90ea87ad0f76d4f6b15ce1a7dcdbdeb (diff) | |
download | pkgsrc-edaa61a6787ceeff0adfc428fa56499006c25070.tar.gz |
p5-Test-Trap: update to 0.3.3.
0.3.3 Tue Aug 22 02:06:09 CEST 2017
For this release, many thanks go to Slaven Rezic, who found
that Test::More::is() (or Test2::Formatter::TAP::write())
clobbers $^E on Windows.
- RT #105125 is addressed: The tests now use a copy of $^E
taken before Test::More gets a chance to touch it.
- Further, the Test::Trap test methods might also clobber $^E
(via Test::More or other modules), so they now localize $^E
before invoking the callback.
- Regression tests have been added for this.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Trap/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Trap/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Test-Trap/Makefile b/devel/p5-Test-Trap/Makefile index 422dc4ce090..306e86652ae 100644 --- a/devel/p5-Test-Trap/Makefile +++ b/devel/p5-Test-Trap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/17 13:35:24 wiz Exp $ -DISTNAME= Test-Trap-v0.3.2 +DISTNAME= Test-Trap-v0.3.3 PKGNAME= p5-${DISTNAME:S/v0/0/} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Trap/distinfo b/devel/p5-Test-Trap/distinfo index 3e1a712fd43..1e516c9136a 100644 --- a/devel/p5-Test-Trap/distinfo +++ b/devel/p5-Test-Trap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:54 agc Exp $ +$NetBSD: distinfo,v 1.8 2017/09/17 13:35:24 wiz Exp $ -SHA1 (Test-Trap-v0.3.2.tar.gz) = 92dfe5c1437375d17e21ac710eea26588ebc2d61 -RMD160 (Test-Trap-v0.3.2.tar.gz) = e160871f406e1cee6152c8237cb236f8b5caa3dd -SHA512 (Test-Trap-v0.3.2.tar.gz) = 2c8985b316885975b6c07a6da03d55daea8bb212400a5db90ab7aecf1c5a79cd2682db46b39a3353e8bdd4a7e79fef86c26cec731d02561755852e48c09ad129 -Size (Test-Trap-v0.3.2.tar.gz) = 54901 bytes +SHA1 (Test-Trap-v0.3.3.tar.gz) = a4558dafadebc01ac5e53689708163079520720e +RMD160 (Test-Trap-v0.3.3.tar.gz) = eee358f1d8e982338f7006a50de83a5bc01ee465 +SHA512 (Test-Trap-v0.3.3.tar.gz) = 3a79bb0e201f2c740ea87baffda29141fc41e29b310bc9291da0e1cac0cf7f62a8c5cc70b94b68542cac7d6844d76c7fc1d3bbb91d86f8ba26a489d39883dd1e +Size (Test-Trap-v0.3.3.tar.gz) = 55053 bytes |