On Tue Jul 05 16:10:48 2011, njh@bandsman.co.uk wrote:
Show quoted text> njh@bandsman:~/.cpan/build$ perlbrew exec perl -e 'print "Hello from $]\n"'
> perl-5.10.0
> ==========
> Hello from 5.012004
Can you test again with these steps:
cd /tmp
wget
http://xrl.us/perlbrew
chmod +x ./perlbrew
./perlbrew exec perl -e 'print "Hello from $]\n"'
Notice that the last step runs the downloaded perlbrew executable. If that output looks right
to you, I suggest you do an upgrade using the just downloaded perlbrew executable.
./perlbrew install
If you prefer upgrading from CPAN, make sure your users runs `perlbrew init` after-wise.