hdp / test-more forked from schwern/test-more
- Source
- Commits
- Network (22)
- Downloads (45)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Mar 28 11:04:39 -0700 2009 | |
| |
.perlcriticrc | Fri Sep 05 14:28:49 -0700 2008 | |
| |
.perltidyrc | Tue Oct 14 20:07:29 -0700 2008 | |
| |
Changes | Sun Apr 12 10:20:07 -0700 2009 | |
| |
MANIFEST | Sun Mar 29 02:03:05 -0700 2009 | |
| |
MANIFEST.SKIP | Sun Mar 29 01:56:03 -0700 2009 | |
| |
Makefile.PL | Sat Feb 07 20:52:35 -0800 2009 | |
| |
README | Sat Feb 07 21:07:26 -0800 2009 | |
| |
TODO | Sat Feb 07 20:52:35 -0800 2009 | |
| |
lib/ | ||
| |
t/ |
README
This is the README file for Test::Simple, basic utilities for writing tests, by Michael G Schwern <schwern@pobox.com>. After installation, please consult the tutorial for how to start adding tests to your modules. 'perldoc Test::Tutorial' should work on most systems. * Installation Test::Simple uses the standard perl module install process: perl Makefile.PL make make test make install It requires Perl version 5.6.0 or newer and Test::Harness 2.03 or newer. * More Info More information can be found at http://test-more.googlecode.com/

