NOTICE: This package has been removed from pkgsrc

./devel/p5-Test-Harness, Run Perl standard test scripts with statistics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.42nb3, Package name: p5-Test-Harness-3.42nb3, Maintainer: pkgsrc-users

Although, for historical reasons, the Test::Harness distribution takes its
name from this module it now exists only to provide TAP::Harness with an
interface that is somewhat backwards compatible with Test::Harness 2.xx. If
you're writing new code consider using TAP::Harness directly instead.
Emulation is provided for "runtests" and "execute_tests" but the pluggable
'Straps' interface that previous versions of Test::Harness supported is not
reproduced here. Straps is now available as a stand alone module:
Test::Harness::Straps. See TAP::Parser, TAP::Harness for the main
documentation for this distribution.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 111f22975b12e91c67aa50fe40d13b2fba528335
RMD160: 8923a7f261caba687a37da7d2957932016490404
Filesize: 208.234 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-03-21 13:39:56 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Test-Harness: update to 3.42.

3.42    19-03-2018
        - Enable rulesfile.t to run in core
   2018-03-03 03:03:46 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-Test-Harness to 3.41

3.41    27-02-2018
        - Released 3.40_01 without code modifications

3.40_01 23-07-2017
        - Return handle for pipes and sockets #58 (Erik Huelsmann)
        - TAP v13 plan allows trailing whitespace (Steffen Schwigon)
        - prove: add a --statefile=<path> option to customize the .prove file
          (Avar Arnfjoerz Bjarmason)
        - Avoid non-deterministic source handling, make a SourceHandler tie an
          error. (Michael Schwern, Leon Timmermans)
        - Fix and simplify MSWin32 colorization (Roy Ivy III)
        - Fix file source handler to accept single extensions option (Tomoki Aonuma)
        - Spelling fixes (Brian Wightman)
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2017-04-16 17:24:30 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-Test-Harness to 3.39
-------------------------------------
3.39    06-04-2017
        - Make tests pass when PERL_USE_UNSAFE_INC=0
   2017-03-20 14:51:22 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-Test-Harness to 3.38
-------------------------------------
3.38    13-03-2017
        - Released 3.37_01 without changes

3.37_01
        - Set PERL_USE_UNSAFE_INC when running tests using Test::Harness (Leon \ 
Timmermans)
        - Avoid loading optional modules from . in prove