AndyA / Test-Harness

Run Perl standard test scripts with statistics

This URL has Read+Write access

AndyA (author)
Sun Feb 10 09:19:15 -0800 2008
commit  76b0815de26387f0c66ca7d7df2c6d2699e011f6
tree    b5eae2f3eb34bff1a9aaf6d21c51aeb16a975332
parent  ea3a0fe8ff4a715251aaecbab2ee41f6b614cbb2
name age message
file .perltidyrc Mon Sep 24 10:34:35 -0700 2007 .perltidyrc - switched to long options (which s... [Eric Wilhelm]
file Build.PL Loading commit data...
file Changes
file Changes-2.64 Wed Sep 05 14:37:04 -0700 2007 Renamed Test-Harness-Changes to Changes-2.64 [AndyA]
file HACKING.pod
file MANIFEST
file MANIFEST.SKIP
file META.yml
file Makefile.PL
file README
file TH_TODO Mon Mar 26 17:46:24 -0700 2007 Reclasified a few more bugs [AndyA]
file TODO
directory benchmark/ Tue Nov 20 13:13:45 -0800 2007 Added another snapshot. [AndyA]
directory bin/
directory examples/
directory inc/
directory lib/
directory misc/
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/
directory t/
directory xt/ Sun Jun 22 07:12:37 -0700 2008 Move unused test out of the distribution tree. [AndyA]
README
Test-Harness 3.21

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.