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 (
commit 62e045bae5f666bc4e7e15862db48f098d452c2e
tree b325628f0b08cf0ec3e459c8beb0b7602b8717a3
parent d238a5d925b231a7f98672a7aa0b765c631c33b4
tree b325628f0b08cf0ec3e459c8beb0b7602b8717a3
parent d238a5d925b231a7f98672a7aa0b765c631c33b4
| 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 | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Sun Mar 29 01:56:03 -0700 2009 | |
| |
Makefile.PL | ||
| |
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/









