X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=1d27d65cfe7606ef09d45a0402e0f2cd3ecbdaf1;hb=8f9a6e7d3541caba01fe037a1cf62a37217f9d9b;hp=946fb68955d0e5f2af4a46016fe36081cd578c3c;hpb=c8214fdf1bb1e3ce42aa115b7beb887b55c9d0c7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/INSTALL b/INSTALL index 946fb68..1d27d65 100644 --- a/INSTALL +++ b/INSTALL @@ -1920,10 +1920,12 @@ external program. 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, -F, and F. +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, +F, F, +F, and F. =item Out of memory @@ -2281,7 +2283,7 @@ operating systems, or in really small filesystems). Leaving out as many extensions as possible is an obvious way: especially the Encode with its big conversion tables consumes a lot of -space. On the other hand, you cannot throw away everything, espcially +space. On the other hand, you cannot throw away everything, especially the Fcntl module is pretty essential. If you need to do network programming, you'll appreciate the Socket module, and so forth: it all depends on what do you need to do.