diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2005-10-14 00:30:11 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2005-10-14 00:30:11 +0000 |
commit | e1dc9c518a562a3bc40e46d847543e090e25743f (patch) | |
tree | 7a97f0ec62018a09452a0b34c00cc93495a48c54 | |
parent | 45bf667205135ca26bb370b01d967e45ee490769 (diff) |
upgrade perl to 5.8.7
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/perl.xml | 4 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 881354a24..ff500477a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,7 +42,7 @@ First a summary, then a detailed log.</para> <listitem><para>Man 1.5p</para></listitem> <listitem><para>Man-pages 2.01</para></listitem> <listitem><para>Module-init-tools 3.1</para></listitem> -<listitem><para>Perl 5.8.6</para></listitem> +<listitem><para>Perl 5.8.7</para></listitem> <listitem><para>Procps 3.2.5</para></listitem> <listitem><para>Psmisc 21.6</para></listitem> <listitem><para>Sed 4.1.4</para></listitem> @@ -89,7 +89,7 @@ First a summary, then a detailed log.</para> </listitem> <listitem><para>October 13th, 2005 [ken]: Fix known errors in lists of -installed files.</para></listitem> +installed files and bump the perl version.</para></listitem> <listitem><para>July 9th, 2005 [archaic]: Rewrote kernel notes. </para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index a1c975a7f..5d0cfd802 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -305,7 +305,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note> </varlistentry> <varlistentry> -<term>Perl (&perl-version;) - 9,484 KB:</term> +<term>Perl (&perl-version;) - 9,628 KB:</term> <listitem> <para><ulink url="http://ftp.funet.fi/pub/CPAN/src/"/></para> </listitem> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index d969c44e3..f69b215b2 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -40,8 +40,8 @@ prepare Perl for compilation with:</para> <variablelist> <varlistentry> <term><parameter>-Dpager="/bin/less -isR"</parameter></term> -<listitem><para>This corrects an error in the <command>perldoc</command> code with the invocation -of the <command>less</command> program.</para></listitem> +<listitem><para>This corrects an error in the way that the <command>perldoc</command> +command invokes the <command>less</command> program.</para></listitem> </varlistentry> </variablelist> diff --git a/general.ent b/general.ent index 2b42e87e9..a240bbe61 100644 --- a/general.ent +++ b/general.ent @@ -65,7 +65,7 @@ <!ENTITY module-init-tools-version "3.1"> <!ENTITY ncurses-version "5.4"> <!ENTITY patch-version "2.5.4"> -<!ENTITY perl-version "5.8.6"> +<!ENTITY perl-version "5.8.7"> <!ENTITY procps-version "3.2.5"> <!ENTITY psmisc-version "21.6"> <!ENTITY readline-version "5.0"> |