diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-11-23 14:31:51 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-11-23 14:31:51 +0000 |
commit | 9706598c5f339ba3856bf9343e378e58746bb966 (patch) | |
tree | f6cbb1b310b1e7075fbb691c998bcd80d3aaed37 /devel/p5-Test-Trap | |
parent | ea4b07acf2aed30cb7eb930db75d7836813b69b3 (diff) | |
download | pkgsrc-9706598c5f339ba3856bf9343e378e58746bb966.tar.gz |
Update to 0.2.5. From the changelog:
This release localizes $! (ERRNO) for internal operations that
change it, as suggested by Felipe Gasper. For the same operations,
it also localizes $^E (extended OS error).
Library files:
- Localize $! and $^E for internal operations that change them.
Tests:
- Check that bare test blocks leave $!, %!, and $^E unchanged,
but that blocks that modify $! and $^E still do so.
Also:
- Added Module::Build to the configure_requires.
- Fix emacs mode line on t/14-leaks.t.
- Better comments in lib/Test/Trap/Builder.pm.
Diffstat (limited to 'devel/p5-Test-Trap')
-rw-r--r-- | devel/p5-Test-Trap/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Trap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Trap/Makefile b/devel/p5-Test-Trap/Makefile index c99336ca386..73fc7b73378 100644 --- a/devel/p5-Test-Trap/Makefile +++ b/devel/p5-Test-Trap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/06/09 19:07:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2014/11/23 14:31:51 schmonz Exp $ -DISTNAME= Test-Trap-v0.2.4 +DISTNAME= Test-Trap-v0.2.5 PKGNAME= p5-${DISTNAME:S/v0/0/} 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 fcf2f92695d..1f0432e5d48 100644 --- a/devel/p5-Test-Trap/distinfo +++ b/devel/p5-Test-Trap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/06/09 19:07:04 schmonz Exp $ +$NetBSD: distinfo,v 1.4 2014/11/23 14:31:51 schmonz Exp $ -SHA1 (Test-Trap-v0.2.4.tar.gz) = 21d5f5290e8d32258f5e63e93d797f477e9b4d71 -RMD160 (Test-Trap-v0.2.4.tar.gz) = d782fdbb3ab0a715abdac2e0aa6a6e8074266cf5 -Size (Test-Trap-v0.2.4.tar.gz) = 48373 bytes +SHA1 (Test-Trap-v0.2.5.tar.gz) = 7ace494be78dd91a6828e1feb7de409e131e8883 +RMD160 (Test-Trap-v0.2.5.tar.gz) = 341e1bdedc7aba03fafa8815e2ea7210a9d7d53e +Size (Test-Trap-v0.2.5.tar.gz) = 49204 bytes |