X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=1d27d65cfe7606ef09d45a0402e0f2cd3ecbdaf1;hb=8f9a6e7d3541caba01fe037a1cf62a37217f9d9b;hp=52a13e8c32fe9369f202b8331306a5b09a7d5ba2;hpb=bc70e9ec8f314f418ac6609e3bca318dc04babb9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/INSTALL b/INSTALL index 52a13e8..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 @@ -2279,6 +2281,13 @@ The following section is meant for people worrying about squeezing the Perl installation into minimal systems (for example when installing 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, 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. + In the following we offer two different slimmed down installation recipes. They are informative, not normative: the choice of files depends on what you need.