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 | |
|---|---|---|---|
| |
.perltidyrc | ||
| |
Build.PL | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
TH_TODO | Mon Mar 26 17:46:24 -0700 2007 | |
| |
TODO | ||
| |
benchmark/ | ||
| |
bin/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
smoke/ | ||
| |
t/ |
README
TAP-Parser 0.54
TAP::Parser is designed as a replacement for Test::Harness. It is hoped
that it will become Test::Harness 3.0.
INSTALLATION
To install TAP::Parser using ExtUtils::MakeMaker do:
perl Makefile.PL
make
make test
make install
To use Module::Build do:
perl Build.PL
./Build
./Build test
./Build install
If you elect to install the "runtests" program (you are prompted during
perl {Makefile,Build}.PL) you will be able to run your tests against
TAP::Parser from your modules home directory by running
runtests -rb
See runtests --help for more information.
COPYRIGHT AND LICENCE
Copyright (C) 2006 Curtis "Ovid" Poe
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.








