1

How do you install perlbrew without root access?

Part way through the installation process I am getting Can't locate Devel/PatchPerl.pm in @INC in the installation log when it fails.

CJ7
  • 22,579
  • 65
  • 193
  • 321
  • http://weblog.bulknews.net/post/58079418600/plenv-alternative-for-perlbrew worthy replacement for perlbrew. – mpapec Sep 14 '16 at 05:36

1 Answers1

4

It's a known issue. See perlbrew fails with "Can't locate Devel/PatchPerl.pm"

Try installing the latest version

\curl -L https://install.perlbrew.pl | bash

Refer: https://perlbrew.pl/

Community
  • 1
  • 1
Chankey Pathak
  • 21,187
  • 12
  • 85
  • 133
  • I have just started installing it today so I am using the latest version already. Did you think I had an old copy of the script and files lying around? – CJ7 Sep 14 '16 at 04:31