source: trunk/essentials/dev-lang/perl/lib/Test/Simple/README@ 3951

Last change on this file since 3951 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 393 bytes
Line 
1This is the README file for Test::Simple, basic utilities for
2writing tests, by Michael G Schwern <[email protected]>.
3
4After installation, please consult the tutorial for how to
5start adding tests to your modules. 'perldoc Test::Tutorial'
6should work on most systems.
7
8* Installation
9
10Test::Simple uses the standard perl module install process:
11
12perl Makefile.PL
13make
14make test
15make install
Note: See TracBrowser for help on using the repository browser.