AndyA / Test-Harness
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (36)
- Wiki (1)
- Graphs
-
Branch:
master
commit 691e8457a574a48911b66744386c4b71a6b46abb
tree 008a4836ebcf40e2159f76d7f60c4f80c4fed5bd
parent f71ed368b2a0af18ad8f769d50b5f9249aa80d12
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.

