X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=71b4a7ede8c10ad38786c8857b30c1c76ab9376e;hb=b6512f489e761186d508cf0b8b7705805cfefc52;hp=ead401a67375799ae5e5664cb27edbc80b26f34e;hpb=976c6ee48986f32570494844292270b22ab093b6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/INSTALL b/INSTALL index ead401a..71b4a7e 100644 --- a/INSTALL +++ b/INSTALL @@ -1925,6 +1925,14 @@ things like: exec, `backquoted command`, system, open("|...") or open("...|"). All these mean that Perl is trying to run some external program. +=item Timing problems + +Several tests in the test suite check timing functions, such as sleep(), +and see if they return in a reasonable amount of time. If your system is +quite busy and doesn't return quickly enough, these tests might fail. +If possible, try running the tests again with the system under a +lighter load. + =item Out of memory On some systems, particularly those with smaller amounts of RAM, some