This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 18 13:03:15 -0700 2009 | |
| |
.perltidyrc | Mon Sep 24 10:34:35 -0700 2007 | |
| |
Build.PL | Mon Nov 09 11:54:26 -0800 2009 | |
| |
Changes | Thu Nov 19 12:37:38 -0800 2009 | |
| |
Changes-2.64 | Wed Sep 05 14:37:04 -0700 2007 | |
| |
HACKING.pod | Sun Nov 08 08:26:01 -0800 2009 | |
| |
MANIFEST | Wed Nov 04 15:06:51 -0800 2009 | |
| |
MANIFEST.SKIP | Wed Nov 04 15:06:51 -0800 2009 | |
| |
META.yml | Thu Nov 19 12:38:39 -0800 2009 | |
| |
Makefile.PL | Mon Nov 09 11:54:26 -0800 2009 | |
| |
README | Thu Nov 19 12:38:39 -0800 2009 | |
| |
TH_TODO | Mon Mar 26 17:46:24 -0700 2007 | |
| |
TODO | Sun Sep 06 06:42:55 -0700 2009 | |
| |
benchmark/ | Tue Nov 20 13:13:45 -0800 2007 | |
| |
bin/ | Sun Nov 08 08:26:01 -0800 2009 | |
| |
examples/ | Mon Aug 25 02:24:49 -0700 2008 | |
| |
inc/ | Sun Sep 14 04:37:06 -0700 2008 | |
| |
lib/ | Thu Nov 19 12:38:39 -0800 2009 | |
| |
misc/ | Tue Jun 16 08:34:04 -0700 2009 | |
| |
perlcriticrc | Sat Sep 22 20:31:21 -0700 2007 | |
| |
reference/ | Mon Sep 24 09:01:12 -0700 2007 | |
| |
smoke/ | Tue Jun 16 11:02:07 -0700 2009 | |
| |
t/ | Thu Nov 19 12:27:04 -0800 2009 | |
| |
xt/ | Sun Jun 22 07:12:37 -0700 2008 |
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.







