AndyA / Test-Harness
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (36)
- Wiki (1)
- Graphs
-
Tag:
3.09
commit 76b0815de26387f0c66ca7d7df2c6d2699e011f6
tree b5eae2f3eb34bff1a9aaf6d21c51aeb16a975332
parent ea3a0fe8ff4a715251aaecbab2ee41f6b614cbb2
tree b5eae2f3eb34bff1a9aaf6d21c51aeb16a975332
parent ea3a0fe8ff4a715251aaecbab2ee41f6b614cbb2
| name | age | message | |
|---|---|---|---|
| |
.perltidyrc | Mon Sep 24 10:34:35 -0700 2007 | |
| |
Build.PL | ||
| |
Changes | ||
| |
Changes-2.64 | Wed Sep 05 14:37:04 -0700 2007 | |
| |
HACKING.pod | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
META.yml | ||
| |
Makefile.PL | ||
| |
README | ||
| |
TH_TODO | Mon Mar 26 17:46:24 -0700 2007 | |
| |
TODO | ||
| |
benchmark/ | Tue Nov 20 13:13:45 -0800 2007 | |
| |
bin/ | ||
| |
examples/ | ||
| |
inc/ | ||
| |
lib/ | ||
| |
misc/ | ||
| |
perlcriticrc | Sat Sep 22 20:31:21 -0700 2007 | |
| |
reference/ | Mon Sep 24 09:01:12 -0700 2007 | |
| |
smoke/ | ||
| |
t/ | ||
| |
xt/ | Sun Jun 22 07:12:37 -0700 2008 |
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.

