Skip to content

Instantly share code, notes, and snippets.

@soardex
Created July 11, 2015 15:31
Show Gist options
  • Save soardex/5474b5cf3f263d6acd77 to your computer and use it in GitHub Desktop.
Save soardex/5474b5cf3f263d6acd77 to your computer and use it in GitHub Desktop.
Perlbrew on CentOS 7
# install perlbrew
sudo yum install -y perl perl-CPAN perl-CPAN-Meta
sudo cpan App::cpanminus
sudo cpanm install App::perlbrew
# install cpanm and perl latest
perlbrew install-cpanm
perlbrew install-patchperl
perlbrew install 5.22.0
# change the perl5 perlbrew directory
export PERLBREW_ROOT=/opt/perl5
# set the default perl and to switch perlbrew on
perlbrew switch perl-5.22.0
# temporary use another version of perl on the current shell
perlbrew use perl-5.22.0
# turnoff perlbrew completely and use system default perl
perlbrew off
@delgreco
Copy link

delgreco commented Mar 2, 2019

I'm getting the same from Pod::Parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment