diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-11-28 10:33:00 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-29 04:28:29 +0000 |
commit | 0740bb5b1445c265b9ce58c0b1e10d8ecc747f77 (patch) | |
tree | 5b347df6ea175779f6c4d410b2a1dd2af958baf6 /INSTALL | |
parent | 15a59b2d28abd144de5a2003aa7accfc1140a21d (diff) | |
download | perl-0740bb5b1445c265b9ce58c0b1e10d8ecc747f77.tar.gz |
Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current
Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@13354
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |