Questions tagged [plenv]

plenv is a tool for installing and managing multiple versions of perl in your home directory. Use this tag only for issues caused by plenv or for issues with plenv itself.

plenv makes it easy to install and manage multiple versions of the Perl interpreter in your home directory. It is similar to perlbrew, but unlike perlbrew, plenv is implemented in pure Bash and allows you to set a local Perl version on a per-directory basis.

3 questions
5
votes
1 answer

Why is plenv install-cpanm installing to the wrong location?

Something wacky happened with my plenv setup and I haven't gotten my head around it. plenv install-cpanm % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left…
oalders
  • 5,239
  • 2
  • 23
  • 34
5
votes
2 answers

How to pass compile options to perl using plenv or perlbrew

I have one machine that runs Windows 10 with Bash on Ubuntu on Windows. It uses some kind of FUSE filesystem that has no proper hard link support. Because of this, a typical perl compilation fails. If I want to compile, I need to do: echo…
MichielB
  • 4,181
  • 1
  • 30
  • 39
2
votes
0 answers

Why don't Perl commands work after I run `plenv local system`?

On a CentOS 6.5 machine, I have two versions of perl installed through plenv. When I am running perl 5.8.8, I can run any perl command fine in the shell such as plenv local 5.8.8 perl -e "print 'hello';" hello But When I switch to alias…
dorachan2010
  • 981
  • 3
  • 12
  • 21