diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 514b33d62..594d98426 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -36,10 +36,9 @@ program.</para></listitem> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, you first -have to create a basic <filename>/etc/hosts</filename> file, needed by a -couple of tests to resolve the name <emphasis>localhost</emphasis>:</para> +<para>If you wish to run the test suite, you first have to create a basic +<filename>/etc/hosts</filename> file, which is needed by a couple of tests to +resolve the name <emphasis>localhost</emphasis>:</para> <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> |