In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/04bd644859054f7d9eeb94b6c7a3e2b76872a6ab?hp=bac5c4fca5109adea821c05bef9182e2dac95c81>

- Log -----------------------------------------------------------------
commit 04bd644859054f7d9eeb94b6c7a3e2b76872a6ab
Author: Slaven Rezic <[email protected]>
Date:   Wed Mar 21 20:59:46 2012 +0100

    INSTALL doc changes because of TestInit.pm movement
    
    commit 30b6e59101b252c20a6b50b95203d1e2c6016604 moved TestInit.pm from
    t to top level.
-----------------------------------------------------------------------

Summary of changes:
 INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index eca85fb..2f76d13 100644
--- a/INSTALL
+++ b/INSTALL
@@ -445,7 +445,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:
 
-        cd t; ./perl -MTestInit misc/failing_test.t
+        ./perl -MTestInit t/misc/failing_test.t
 
 or
 
@@ -1948,7 +1948,7 @@ test 85 will fail if run under either t/TEST or t/harness.
 
 Try stopping other jobs on the system and then running the test by itself:
 
-       cd t; ./perl -MTestInit op/pat.t
+       ./perl -MTestInit t/op/pat.t
 
 to see if you have any better luck.  If your perl still fails this
 test, it does not necessarily mean you have a broken perl.  This test

--
Perl5 Master Repository

Reply via email to