summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-01 02:47:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-01 02:47:14 +0000
commitc8214fdf1bb1e3ce42aa115b7beb887b55c9d0c7 (patch)
tree016fdc5022999d1f60a3faf4f8d3d742b4c24cf8 /INSTALL
parent2e2bac5588af6a9148912ecf6bc2d8772b33a522 (diff)
downloadperl-c8214fdf1bb1e3ce42aa115b7beb887b55c9d0c7.tar.gz
Discussion about minimal installations.
p4raw-id: //depot/perl@15649
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 52a13e8c32..946fb68955 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2279,6 +2279,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, espcially
+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.