public
Description: Run Perl standard test scripts with statistics
Homepage: http://testanything.org/
Clone URL: git://github.com/AndyA/Test-Harness.git
name age message
file .gitignore Thu Jun 18 13:03:15 -0700 2009 Add a .gitignore with some useful defaults [dagolden]
file .perltidyrc Mon Sep 24 10:34:35 -0700 2007 .perltidyrc - switched to long options (which s... [Eric Wilhelm]
file Build.PL Mon Nov 09 11:54:26 -0800 2009 Tidied [AndyA]
file Changes Thu Nov 19 12:37:38 -0800 2009 Changes [AndyA]
file Changes-2.64 Wed Sep 05 14:37:04 -0700 2007 Renamed Test-Harness-Changes to Changes-2.64 [AndyA]
file HACKING.pod Sun Nov 08 08:26:01 -0800 2009 Updated Changes & some other docs. [Steve Purkis]
file MANIFEST Wed Nov 04 15:06:51 -0800 2009 Update `MANIFEST`. [theory]
file MANIFEST.SKIP Wed Nov 04 15:06:51 -0800 2009 Update `MANIFEST`. [theory]
file META.yml Thu Nov 19 12:38:39 -0800 2009 Version bump. [AndyA]
file Makefile.PL Mon Nov 09 11:54:26 -0800 2009 Tidied [AndyA]
file README Thu Nov 19 12:38:39 -0800 2009 Version bump. [AndyA]
file TH_TODO Mon Mar 26 17:46:24 -0700 2007 Reclasified a few more bugs [AndyA]
file TODO Sun Sep 06 06:42:55 -0700 2009 moved TAP::Parser::SourceFactory -> TAP::Parser... [Steve Purkis]
directory benchmark/ Tue Nov 20 13:13:45 -0800 2007 Added another snapshot. [AndyA]
directory bin/ Sun Nov 08 08:26:01 -0800 2009 Updated Changes & some other docs. [Steve Purkis]
directory examples/ Mon Aug 25 02:24:49 -0700 2008 Create proper API for App::Prove::State objects... [Curtis Poe]
directory inc/ Sun Sep 14 04:37:06 -0700 2008 We shouldn't exit because CPANPLUS runs M::B te... [AndyA]
directory lib/ Thu Nov 19 12:38:39 -0800 2009 Version bump. [AndyA]
directory misc/ Tue Jun 16 08:34:04 -0700 2009 Minor tweaks. [AndyA]
file perlcriticrc Sat Sep 22 20:31:21 -0700 2007 starting a perlcritic target [petdance]
directory reference/ Mon Sep 24 09:01:12 -0700 2007 Reverted unwise tidy. I blame ack -f --perl :) [AndyA]
directory smoke/ Tue Jun 16 11:02:07 -0700 2009 Add git support to smoker. [AndyA]
directory t/ Thu Nov 19 12:27:04 -0800 2009 Fix failures due to over-strict assertions in t... [AndyA]
directory xt/ Sun Jun 22 07:12:37 -0700 2008 Move unused test out of the distribution tree. [AndyA]
README
Test-Harness 3.17_04

INSTALLATION

To install Test::Harness using ExtUtils::MakeMaker do:

    perl Makefile.PL
    make
    make test
    make install

To use Module::Build (preferred) do:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

This will install Test::Harness and the "prove" program. Type

    prove --help

for more information.

COPYRIGHT AND LICENCE

Copyright (C) 2006, 2007 Curtis "Ovid" Poe

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.