In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a070ca953353eb48f4d539ef6a564e461674dea2?hp=1444f7108081b769dde07c1c68c06ee4e7bb93c0>

- Log -----------------------------------------------------------------
commit a070ca953353eb48f4d539ef6a564e461674dea2
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Oct 14 16:19:51 2017 +0200

    Document that -I. is now needed with -MTestInit
-----------------------------------------------------------------------

Summary of changes:
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

--
Perl5 Master Repository

Reply via email to