Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active January 4, 2016 15:38
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 kjunichi/8641672 to your computer and use it in GitHub Desktop.
Save kjunichi/8641672 to your computer and use it in GitHub Desktop.

perlbrew導入

perlbrew install perl-stable
perlbrew list
perlbrew switch 5.18.2

5.18.2はlistの結果より適宜指定する。

perlbrew導入後

本体のアップデート

perlbrew self-upgrade

Perlのアップデート

perlbrew upgrade-perl
perlbrew list

これで、実際のバージョンが分かる。

予め、バージョン名を含まないPerlの名前を指定すれば、こういうことは 無いが、そこまでPerl使わないから当面はこの運用

Link

関連Gist

アクセス解析タグ

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