Re: perlrebase.sh fast rebasing of perl dll's

2010-02-22 Thread Reini Urban
2010/2/21 Christopher Faylor: > On Sun, Feb 21, 2010 at 02:47:35PM +0100, Reini Urban wrote: >>For cygwin perl powerusers like me the attached script perlrebase.sh >>might come handy. > > Hey, nice idea.  Should this go in the distro somewhere? I'm not sure yet. If so I'll add it to perl. We need

Re: perlrebase.sh fast rebasing of perl dll's

2010-02-21 Thread Christopher Faylor
On Sun, Feb 21, 2010 at 02:47:35PM +0100, Reini Urban wrote: >For cygwin perl powerusers like me the attached script perlrebase.sh >might come handy. Hey, nice idea. Should this go in the distro somewhere? cgf -- Problem reports: http://cygwin.com/problems.html FAQ: htt

perlrebase.sh fast rebasing of perl dll's

2010-02-21 Thread Reini Urban
For cygwin perl powerusers like me the attached script perlrebase.sh might come handy. perlrebase.sh 5.11.4 searches for the perl5.11.4 executable in /usr/local/bin and /usr/bin then rebases all corresponding dll's. default is 5.10.1 -- Reini Urban #!/bin/sh suff=$1 suff=${suff:=5.10.1} basea