diff options
author | shell <shell@pkgsrc.org> | 2002-06-03 13:08:56 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-03 13:08:56 +0000 |
commit | ff8a867a998cccd3da8976b4aa4b02034ebcbb30 (patch) | |
tree | 7f6857434897c91a0d2345d5053fc51dbb90afae | |
parent | 5c8d39b030e968f63fc57e96786e9ee5b8304183 (diff) | |
download | pkgsrc-ff8a867a998cccd3da8976b4aa4b02034ebcbb30.tar.gz |
Updated p5-Test-Harness, from 2.21 to 2.24
Changes since p5-Test-Harness-2.21 :
2.24 Wed May 29 19:02:18 EDT 2002
* Nikola Knezevic found a bug when tests are completely skipped
but no reason is given it was considered a failure.
* Made Test::Harness::Straps->analyze_file & Test::Harness a bit
more graceful when the test doesn't exist.
2.23 Wed May 22 12:59:47 EDT 2002
- reason for all skip wasn't being displayed. Broken in 2.20.
- Changed the wait status tests to conform with POSIX standards.
- Quieted some SYSTEM$ABORT noise leaking out from dying test tests
on VMS.
2.22 Fri May 17 19:01:35 EDT 2002
- Fixed parsing of #!/usr/bin/perl-current to not see a -t.
(RT #574)
- Fixed exit codes on MPE/iX
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index fac0b808df5..9a8a7eef2a6 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2002/05/09 06:03:38 shell Exp $ +# $NetBSD: Makefile,v 1.9 2002/06/03 13:08:56 shell Exp $ -DISTNAME= Test-Harness-2.21 +DISTNAME= Test-Harness-2.24 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tha CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo index 6d622575cce..e252c14693b 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/05/09 06:03:38 shell Exp $ +$NetBSD: distinfo,v 1.8 2002/06/03 13:08:56 shell Exp $ -SHA1 (Test-Harness-2.21.tar.gz) = c7c32c2dcb9de9cb59a20f9c222fdd4dacb0255f -Size (Test-Harness-2.21.tar.gz) = 46685 bytes +SHA1 (Test-Harness-2.24.tar.gz) = 5b7b3a43d791f4f95b3cb9f010dd44ba234c4216 +Size (Test-Harness-2.24.tar.gz) = 48112 bytes SHA1 (patch-aa) = 6d1b83acfafcbd419e391021b6c0f5a58a2d4beb |