From 352e6fc5aab4ddc3a3259732c4a5cdae7dd30c98 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 26 Aug 2009 19:03:11 +0000 Subject: Upgrade to Perl-5.10.1. Fixes #2479. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/perl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 3320d452c..32cb79b07 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,10 +43,10 @@ Installation of Perl - First apply the following patch to address security issues and adapt - some hard-wired paths to the C library: + First apply the following patch to adapt some hard-wired paths to the + C library: -patch -Np1 -i ../&perl-consolidated-patch; +patch -Np1 -i ../&perl-libc-patch;