diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-02-28 16:21:47 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-02-28 16:21:47 +0000 |
commit | d03f84ed48cfcf5a34604ac709357cfb4bc65b07 (patch) | |
tree | 713dcf361f644987b504c0fa7ab4ed787882fcd8 | |
parent | 1f3593dd09e89c60fc53964cab06bf81254c6491 (diff) | |
download | pkgsrc-d03f84ed48cfcf5a34604ac709357cfb4bc65b07.tar.gz |
3.16 2009-02-19
- Fix path splicing on platforms where the path separator
is not ':'.
- Fixes/skips for failing Win32 tests.
- Don't break with older CPAN::Reporter versions.
3.15 2009-02-17
- Refactor getter/setter generation into TAP::Object.
- The App::Prove::State::Result::Test now stores the parser object.
- After discussion with Andy, agreed to clean up the test output
somewhat. t/foo.....ok becomes t/foo.t ... ok
- Make Bail out! die instead of exiting. Dies with the same
message as 2.64 for (belated) backwards compatibility.
- Alex Vaniver's patch to refactor TAP::Formatter::Console into
a new class, TAP::Formatter::File and a common base class:
TAP::Formatter::Base.
- Fix a bug where PERL5LIB might be put in the wrong spot in @INC.
#40257
- Steve Purkis implemented a plugin mechanism for App::Prove.
3.14 2008-09-13
- Created a proper (ha!) API for prove state results and tests.
- Added --count and --nocount options to prove to control X/Y display
while running tests.
- Added 'fresh' state option to run test scripts that have been
touched since the test run.
- fixed bug where PERL5OPT was not properly split
- fixed regex in _filtered_inc. Fixes #39248. Thanks Slaven.
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 868f13d86a7..c35b5746c1f 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2008/10/19 19:18:01 he Exp $ +# $NetBSD: Makefile,v 1.29 2009/02/28 16:21:47 adrianp Exp $ # -DISTNAME= Test-Harness-3.13 +DISTNAME= Test-Harness-3.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 bc179b612fc..c50c1da3718 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2008/09/10 20:30:11 he Exp $ +$NetBSD: distinfo,v 1.16 2009/02/28 16:21:47 adrianp Exp $ -SHA1 (Test-Harness-3.13.tar.gz) = de7dd396f9f4f0ad408dd24f0f38b1f4d0570845 -RMD160 (Test-Harness-3.13.tar.gz) = f46177ffdf479639762127fae6b132cc27b13fcf -Size (Test-Harness-3.13.tar.gz) = 192673 bytes +SHA1 (Test-Harness-3.16.tar.gz) = ba822655a5aecb5c259c8bb949b009161ed27731 +RMD160 (Test-Harness-3.16.tar.gz) = 309e67301fdc785876bc17b37fdb33dcd7a2a4b0 +Size (Test-Harness-3.16.tar.gz) = 208216 bytes |