From: "Dr.Ruud" <rvtol+news@isolution.nl>
Message-ID: <
20060622215407.9605.qmail@lists.develooper.com>
p4raw-id: //depot/perl@28418
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