From: Dr.Ruud Date: Thu, 22 Jun 2006 23:42:53 +0000 (+0200) Subject: Re: [PATCH] perlhack.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d3c2c289ea5236d2681b4bfba871738a7751375;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] perlhack.pod From: "Dr.Ruud" Message-ID: <20060622215407.9605.qmail@lists.develooper.com> p4raw-id: //depot/perl@28418 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 43e76ac..a321212 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -361,7 +361,7 @@ patch directory. It's then up to you to apply these patches, using something like - # last=`ls -t *.gz | sed q` + # last="`cat ../perl-current/.patch`.gz" # rsync -avz rsync://public.activestate.com/perl-current-diffs/ . # find . -name '*.gz' -newer $last -exec gzcat {} \; >blead.patch # cd ../perl-current