summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Harness/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-02-28 16:21:47 +0000
committeradrianp <adrianp@pkgsrc.org>2009-02-28 16:21:47 +0000
commitd03f84ed48cfcf5a34604ac709357cfb4bc65b07 (patch)
tree713dcf361f644987b504c0fa7ab4ed787882fcd8 /devel/p5-Test-Harness/Makefile
parent1f3593dd09e89c60fc53964cab06bf81254c6491 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'devel/p5-Test-Harness/Makefile')
-rw-r--r--devel/p5-Test-Harness/Makefile5
1 files changed, 2 insertions, 3 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/}