Message-Id: <
200202201929.g1KJTUb06403@shade.twinsun.com>
p4raw-id: //depot/perl@14797
It's then up to you to apply these patches, using something like
- # last=`ls -rt1 *.gz | sed -n '$p'`
+ # last=`ls -t *.gz | sed q`
# rsync -avz rsync://ftp.linux.activestate.com/perl-current-diffs/ .
# find . -name '*.gz' -newer $last -exec gzcat {} \; >blead.patch
# cd ../perl-current