summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/README
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/t/README')
-rw-r--r--gnu/usr.bin/perl/t/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/README b/gnu/usr.bin/perl/t/README
index d714295dd25..83843491791 100644
--- a/gnu/usr.bin/perl/t/README
+++ b/gnu/usr.bin/perl/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@sems.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.