pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Harness 3.16 2009-02-19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0095717f25f5
branches:  trunk
changeset: 555364:0095717f25f5
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Feb 28 16:21:47 2009 +0000

description:
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:

 devel/p5-Test-Harness/Makefile |  5 ++---
 devel/p5-Test-Harness/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 62f07b970065 -r 0095717f25f5 devel/p5-Test-Harness/Makefile
--- a/devel/p5-Test-Harness/Makefile    Sat Feb 28 16:20:50 2009 +0000
+++ b/devel/p5-Test-Harness/Makefile    Sat Feb 28 16:21:47 2009 +0000
@@ -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 -r 62f07b970065 -r 0095717f25f5 devel/p5-Test-Harness/distinfo
--- a/devel/p5-Test-Harness/distinfo    Sat Feb 28 16:20:50 2009 +0000
+++ b/devel/p5-Test-Harness/distinfo    Sat Feb 28 16:21:47 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index