X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FREADME;h=838434917916e665ceef76c5433aa75723419637;hb=03a27ae7a2d77f4526cc8f95901f616c50fdc14b;hp=47ab845193c5025b53cb1e7c113ffe8f6666aeff;hpb=1c3d792e8fc9c2a36edfbd6c01156ef7e635040f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/README b/t/README index 47ab845..8384349 100644 --- a/t/README +++ b/t/README @@ -8,4 +8,9 @@ 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 come up with new tests, send them to lwall@netlabs.com. +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.