AndyA / Test-Harness

Run Perl standard test scripts with statistics

This URL has Read+Write access

theory (author)
Mon Dec 21 11:28:27 -0800 2009
commit  691e8457a574a48911b66744386c4b71a6b46abb
tree    008a4836ebcf40e2159f76d7f60c4f80c4fed5bd
parent  f71ed368b2a0af18ad8f769d50b5f9249aa80d12
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.