Index of /rib/src/perl5.005/t

      Name                   Last modified       Size  Description

[DIR] Parent Directory 18-Mar-1999 11:47 0k [   ] TEST 20-Jul-1998 21:09 4k [DIR] base/ 22-Jul-1998 17:20 0k [DIR] cmd/ 22-Jul-1998 17:20 0k [DIR] comp/ 22-Jul-1998 17:20 0k [   ] harness 14-May-1998 17:58 1k [DIR] io/ 22-Jul-1998 17:20 0k [DIR] lib/ 18-Mar-1999 11:57 0k [DIR] op/ 18-Mar-1999 11:57 0k [   ] perl 18-Mar-1999 11:47 670k [DIR] pragma/ 22-Jul-1998 17:20 0k

This is the perl test library.  To run all the tests, just type 'TEST'.

To add new tests, just look at the current tests and do likewise.

If a test fails, run it by itself to see if it prints any informative
diagnostics.  If not, modify the test to print informative diagnostics.
If you put out extra lines with a '#' character on the front, you don't
have to worry about removing the extra print statements later since TEST
ignores lines beginning with '#'.

If you know that Perl is basically working but expect that some tests
will fail, you may want to use Test::Harness thusly:
	./perl -I../lib harness
This method pinpoints failed tests automatically.

If you come up with new tests, please send them to larry@wall.org.