aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 13874c8e8..7bdb21225 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -20,7 +20,7 @@
<segmentedlist>
<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, DB, Diffutils,
+<seglistitem><seg>Bash, Berkeley DB, Binutils, Coreutils, Diffutils,
Gawk, GCC, Glibc, Grep, Iana-Etc, Make, Patch, and Sed</seg></seglistitem>
</segmentedlist>
</sect2>
@@ -28,6 +28,12 @@ Gawk, GCC, Glibc, Grep, Iana-Etc, Make, Patch, and Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Perl</title>
+<para>First create a basic <filename>/etc/hosts</filename> file which will be
+referenced in one of Perl's configuration files as well as being used used by
+the testsuite if you run that.</para>
+
+<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
+
<para>To have full control over the way Perl is set up, run the
interactive <command>Configure</command> script and hand-pick the way
this package is built. If the defaults it auto-detects are suitable,
@@ -50,12 +56,6 @@ prepare Perl for compilation with:</para>
<screen><userinput>make</userinput></screen>
-<para>To run the test suite, first create a basic
-<filename>/etc/hosts</filename> file which is needed by a couple of the tests to
-resolve the network name localhost:</para>
-
-<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
-
<para>Now run the tests, if desired:</para>
<screen><userinput>make test</userinput></screen>