This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Retract #14985, #14899, and #14990, following the principles
[perl5.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 71b4a7e..9568cda 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1927,11 +1927,12 @@ 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.
+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.  These tests include F<t/op/alarm.t>,
+F<ext/Time/HiRes/HiRes.t>, and F<lib/Benchmark.t>.
 
 =item Out of memory