summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2015-12-10 13:30:22 +0000
committerLukas Mai <l.mai@web.de>2016-01-10 12:30:42 +0100
commitc935ba531fd1aaf8b67f02cb93549cf3edf82944 (patch)
tree68c6c1c586ea154b2d6d238fdb00ead219f1f7c7 /INSTALL
parentf1f6961f5a6fd77a3e3c36f242f1b72ce5dfe205 (diff)
downloadperl-c935ba531fd1aaf8b67f02cb93549cf3edf82944.tar.gz
Fix file paths
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 953e96a2ea..2400a33b5b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1729,12 +1729,12 @@ bval settings. Upgrade your DB library or OS.
=item Bad arg length for semctl, is XX, should be ZZZ
-If you get this error message from the F<ext/IPC/SysV/t/sem.t> test, your
+If you get this error message from the F<cpan/IPC-SysV/t/sem.t> test, your
System V IPC may be broken. The XX typically is 20, and that is what ZZZ
also should be. Consider upgrading your OS, or reconfiguring your OS
to include the System V semaphores.
-=item ext/IPC/SysV/t/sem........semget: No space left on device
+=item cpan/IPC-SysV/t/sem........semget: No space left on device
Either your account or the whole system has run out of semaphores. Or
both. Either list the semaphores with "ipcs" and remove the unneeded
@@ -1782,7 +1782,7 @@ NCR Tower 32 (OS 2.01.01) may need -W2,-Sl,2000 and #undef MKDIR.
UTS may need one or more of -K or -g, and #undef LSTAT.
-FreeBSD can fail the F<ext/IPC/SysV/t/sem.t> test if SysV IPC has not been
+FreeBSD can fail the F<cpan/IPC-SysV/t/sem.t> test if SysV IPC has not been
configured in the kernel. Perl tries to detect this, though, and
you will get a message telling you what to do.
@@ -2073,8 +2073,8 @@ If your system is quite busy and doesn't respond quickly enough,
these tests might fail. If possible, try running the tests again
with the system under a lighter load. These timing-sensitive
and load-sensitive tests include F<t/op/alarm.t>,
-F<ext/Time-HiRes/t/HiRes.t>, F<ext/threads-shared/t/waithires.t>,
-F<ext/threads-shared/t/stress.t>, F<lib/Benchmark.t>,
+F<cpan/Time-HiRes/t/HiRes.t>, F<dist/threads-shared/t/waithires.t>,
+F<dist/threads-shared/t/stress.t>, F<lib/Benchmark.t>,
F<lib/Memoize/t/expmod_t.t>, and F<lib/Memoize/t/speed.t>.
You might also experience some failures in F<t/op/stat.t> if you build