You should set the PERLBREW_ROOT before doing init. Sorry I should
have mentioned it. rm -rf perl5 and that line from .bashrc.
Kartik Thakore
On 2010-07-29, at 12:48 AM, Pip Stuart wrote:
On Wed, Jul 28, 2010 at 15:25, Kartik Thakore > wrote:
Oh I didn't know you had perl 5.8 ... App::perlbr
On Wed, Jul 28, 2010 at 15:25, Kartik Thakore wrote:
> Oh I didn't know you had perl 5.8 ... App::perlbrew would be a simple, non
> intrusive way of upgrading just.
OMG! I wish it were simple && non-intrusive. ;)
> http://search.cpan.org/dist/App-perlbrew/
>
> perlbrew init
This command presumptu
On Wed, Jul 28, 2010 at 14:40, Kartik Thakore wrote:
> On 2010-07-28, at 2:03 PM, Pip Stuart wrote:
>> From Gentoo GNU/Linux, I unmerged my old dev-perl/sdl-perl-2.2.6
>> install, then manual Build install worked to have `perl -MSDL -e
>> 'print $SDL::VERSION'` return 2.504. The libpath must've b
>From Gentoo GNU/Linux, I unmerged my old dev-perl/sdl-perl-2.2.6
install, then manual Build install worked to have `perl -MSDL -e
'print $SDL::VERSION'` return 2.504. The libpath must've been
misordering the versions favoring the distro vendor. Now I got
warnings treated as errors with quickness &
Oh I didn't know you had perl 5.8 ... App::perlbrew would be a simple,
non intrusive way of upgrading just.
http://search.cpan.org/dist/App-perlbrew/
perlbrew init
perlbrew install perl-5.12.1 -D=useithreads
perlbrew switch perl-5.12.1
cpan/pip the stuff again.
You can switch back to old per
On 2010-07-28, at 2:03 PM, Pip Stuart wrote:
From Gentoo GNU/Linux, I unmerged my old dev-perl/sdl-perl-2.2.6
install, then manual Build install worked to have `perl -MSDL -e
'print $SDL::VERSION'` return 2.504. The libpath must've been
misordering the versions favoring the distro vendor. Now
Can you remove the old SDL and reinstall? If not try a manual install.
Kartik Thakore
On 2010-07-28, at 12:46 AM, Pip Stuart wrote:
After `pip http://sdlperl.ath.cx/releases/SDL-2.504.tar.gz` succeeds
with: LOCAL/SDL-2.504.tar.gz
./Build install -- OK
... I ran `perl -MSDL -e 'print $SDL::VER