Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / Test / Simple / README
CommitLineData
86530b38
AT
1This is the README file for Test::Simple, basic utilities for
2writing tests, by Michael G Schwern <schwern@pobox.com>.
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
16
17* Copyright
18
19Copyright 2001 by Michael G Schwern <schwern@pobox.com>.
20
21All rights reserved. You can redistribute and/or modify
22this bundle under the same terms as Perl itself.
23
24See <http://www.perl.com/perl/misc/Artistic.html>.