diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-21 14:47:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-21 14:47:03 +0000 |
commit | 7d72809808f8a559a91c7cd69d41d3042afd2994 (patch) | |
tree | 0fa245abac4c78d1898c950ccf02e47413227dee /lib/Test | |
parent | de7abf9a833e0a7a222b47fe444e44064dbf3e1f (diff) | |
download | perl-7d72809808f8a559a91c7cd69d41d3042afd2994.tar.gz |
More lost and found.
p4raw-id: //depot/perl@13169
Diffstat (limited to 'lib/Test')
-rw-r--r-- | lib/Test/Simple/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/Test/Simple/README b/lib/Test/Simple/README new file mode 100644 index 0000000000..e02329e701 --- /dev/null +++ b/lib/Test/Simple/README @@ -0,0 +1,24 @@ +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 + +* Copyright + +Copyright 2001 by Michael G Schwern <schwern@pobox.com>. + +All rights reserved. You can redistribute and/or modify +this bundle under the same terms as Perl itself. + +See <http://www.perl.com/perl/misc/Artistic.html>. |