summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Hargreaves <dom@earth.li>2017-10-14 16:19:51 +0200
committerDominic Hargreaves <dom@earth.li>2017-10-14 16:30:27 +0200
commita070ca953353eb48f4d539ef6a564e461674dea2 (patch)
tree68e28b69d94e21dbd96b6fdd6a8e0d8a0a681eb4
parent1444f7108081b769dde07c1c68c06ee4e7bb93c0 (diff)
downloadperl-a070ca953353eb48f4d539ef6a564e461674dea2.tar.gz
Document that -I. is now needed with -MTestInit
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index dd7573746a..84cc61f153 100644
--- a/INSTALL
+++ b/INSTALL
@@ -519,7 +519,7 @@ shared library path might be required. For example, if you want to run
something like the following with the newly-built but not-yet-installed
./perl:
- ./perl -MTestInit t/misc/failing_test.t
+ ./perl -I. -MTestInit t/misc/failing_test.t
or