Skip to content

Instantly share code, notes, and snippets.

@dagolden
Created April 15, 2015 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagolden/6cb094d5e24815230502 to your computer and use it in GitHub Desktop.
Save dagolden/6cb094d5e24815230502 to your computer and use it in GitHub Desktop.
local::lib is installed. You must now add the following environment variables
to your shell configuration files (or registry, if you are on Windows) and
then restart your command line shell and CPAN before installing modules:
PERL_MB_OPT="--install_base \"/home/xdg/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/xdg/perl5"; export PERL_MM_OPT;
Would you like me to append that to /home/xdg/.bashrc now? [yes]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment