diff options
author | sno <sno@pkgsrc.org> | 2012-09-10 11:09:04 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-10 11:09:04 +0000 |
commit | 6087d6333db9b1ad0c9286dde3e2ef7bac6e0533 (patch) | |
tree | 94fe6f8438e109b436bee61ee37435c01f293b5c /devel/p5-Test-Harness | |
parent | 73c0603aa6d57405b52abfde06ea836ba1941baa (diff) | |
download | pkgsrc-6087d6333db9b1ad0c9286dde3e2ef7bac6e0533.tar.gz |
Updating package for CPAN module Test::Harness in devel/p5-Test-Harness
from 3.23 to 3.25.
upstream changes:
3.25 2012-06-05
- Rereleased to fix CPAN permission problem. No functional change.
3.24 2012-06-03
- RT #74393: corrected typo in M::B integration docs.
- RT #63473: fix typo.
- RT #49732: Attempt to load File::Glob::Windows to get correct
glob semantics on Win32.
- RT #47890: Don't use Win32::GetShortPathName.
- RT #64404: Ignore textness ('-T') of script when reading shebang.
- Handle the case where we don't know the wait status of the
test more gracefully.
- Make the test summary 'ok' line overrideable so that it can be
changed to a plugin to make the output of prove idempotent.
- Apply upstream patch:
http://perl5.git.perl.org/perl.git/commit \
/6359c64336d99060952232e7e300bd3c31afead8
In testargs.t in Test::Harness, don't run a world-writable file.
The test writes a file, then changes the mode, then executes it.
The file needs to be +x to be executable (on many platforms).
The file will need to be +w to be deletable on some platforms.
But setting the file world writable just before running it feels
like a bad idea, given that the file's name is as predictable
as process IDs, as there's a race condition to break into the
account running perl's tests.
Diffstat (limited to 'devel/p5-Test-Harness')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index b65dff8cb26..04be15ae8e0 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2011/12/15 05:53:25 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.38 2012/09/10 11:09:04 sno Exp $ # -DISTNAME= Test-Harness-3.23 +DISTNAME= Test-Harness-3.25 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo index 1ad9b9b1eca..e82d20b7799 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2011/12/15 05:53:25 hiramatsu Exp $ +$NetBSD: distinfo,v 1.22 2012/09/10 11:09:04 sno Exp $ -SHA1 (Test-Harness-3.23.tar.gz) = c21738d3d8aec0075baa02b20a73ebeb452b567f -RMD160 (Test-Harness-3.23.tar.gz) = ebe02ded15a9c1aa34aa5cd462ec6a7330d7a061 -Size (Test-Harness-3.23.tar.gz) = 293988 bytes +SHA1 (Test-Harness-3.25.tar.gz) = 2696060e011bc3de2a56b5da84a7047bbb98e18a +RMD160 (Test-Harness-3.25.tar.gz) = c4bca70f6d20b2bba45caca14b85d978ed885c33 +Size (Test-Harness-3.25.tar.gz) = 297669 bytes |