public
Description: Test::More, Test::Simple and Test::Builder Perl modules for writing tests
Homepage: http://test-more.googlecode.com/
Clone URL: git://github.com/schwern/test-more.git
Click here to lend your support to: test-more and make a donation at www.pledgie.com !
schwern (author)
Fri Jul 03 11:11:04 -0700 2009
commit  62e045bae5f666bc4e7e15862db48f098d452c2e
tree    b325628f0b08cf0ec3e459c8beb0b7602b8717a3
parent  d238a5d925b231a7f98672a7aa0b765c631c33b4
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/