diff options
author | Slaven Rezic <slaven@rezic.de> | 2012-03-21 20:59:46 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-16 17:57:25 -0700 |
commit | 04bd644859054f7d9eeb94b6c7a3e2b76872a6ab (patch) | |
tree | 1aa804d415edc326bbb2fbd0ed16e2fbd499f6a7 /INSTALL | |
parent | bac5c4fca5109adea821c05bef9182e2dac95c81 (diff) | |
download | perl-04bd644859054f7d9eeb94b6c7a3e2b76872a6ab.tar.gz |
INSTALL doc changes because of TestInit.pm movement
commit 30b6e59101b252c20a6b50b95203d1e2c6016604 moved TestInit.pm from
t to top level.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |