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 Thu Oct 08 16:53:41 -0700 2009 Remove dependency on File::Spec 0.8 (it shipped... [schwern]
file Changes Sun Nov 08 09:08:33 -0800 2009 Add pgTAP to `Changes`. Also fixed a couple of... [theory]
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 Oct 08 16:55:16 -0700 2009 Rebuild META.yml to show the correct repository... [schwern]
file Makefile.PL Thu Oct 08 16:53:41 -0700 2009 Remove dependency on File::Spec 0.8 (it shipped... [schwern]
file README Sun May 17 07:18:49 -0700 2009 pulled from trunk [spurkis]
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/ Sun Nov 08 08:55:30 -0800 2009 Fixed some more win32 bugs reported by Cosimo S... [Steve Purkis]
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/ Sun Nov 08 08:55:30 -0800 2009 Fixed some more win32 bugs reported by Cosimo S... [Steve Purkis]
directory xt/ Sun Jun 22 07:12:37 -0700 2008 Move unused test out of the distribution tree. [AndyA]
README
Test-Harness 3.18

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.