schwern / test-more
- Source
- Commits
- Network (20)
- Issues (1)
- Downloads (52)
- 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 Jan 17 17:41:03 -0800 2010 | |
| |
MANIFEST | Sun Jan 17 17:06:29 -0800 2010 | |
| |
MANIFEST.SKIP | Sun Mar 29 01:56:03 -0700 2009 | |
| |
Makefile.PL | Sun Jul 19 00:16:19 -0700 2009 | |
| |
README | Sat Feb 07 21:07:26 -0800 2009 | |
| |
TODO | Sat Feb 07 20:52:35 -0800 2009 | |
| |
examples/ | Sat May 30 16:38:19 -0700 2009 | |
| |
lib/ | Sun Jan 17 17:32:02 -0800 2010 | |
| |
t/ | Sun Jan 17 17:42:01 -0800 2010 |
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/

