X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FREADME;h=838434917916e665ceef76c5433aa75723419637;hb=8ca41e400e258c6348e47a8adc6cf6570de760a8;hp=6fb569b98feff052290dc1f70f8393c17e634cd4;hpb=bbad36071d5a6d4be3588f0f10c88247439076d8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/README b/t/README index 6fb569b..8384349 100644 --- a/t/README +++ b/t/README @@ -8,9 +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 know that "basic" features work and expect that some test are going -to fail, it is adviced to run tests via Test::Harness thusly: +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 would pinpoint failed tests with better granularity. +This method pinpoints failed tests automatically. -If you come up with new tests, send them to larry@wall.org. +If you come up with new tests, please send them to larry@wall.org.