Re: [PATCH] perlhack.pod
Dr.Ruud [Thu, 22 Jun 2006 23:42:53 +0000 (01:42 +0200)]
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Message-ID: <20060622215407.9605.qmail@lists.develooper.com>

p4raw-id: //depot/perl@28418

pod/perlhack.pod

index 43e76ac..a321212 100644 (file)
@@ -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