首先去抓 gugod 在 GitHub 上的 perlbrew 接者開始安裝 perl-5.12.3
git clone git://github.com/gugod/App-perlbrew.git cd App-perlbrew ./perlbrew install ./perlbrew init source ~/perl5/perlbrew/etc/bashrc perlbrew install perl-5.12.3 perlbrew switch perl-5.12.3然後去抓 miyagawa 在 GitHub 上的 cpanm 回來安裝
git clone http://github.com/miyagawa/cpanminus.git cd cpanminus ./cpanm .再回去用 cpanm 重新安裝一遍 perlbrew (因為第一次安裝時會少裝一些文件檔案)
cd App-perlbrew cpanm Module::Install cpanm .以上步驟做完就可以有一個最簡單的 perl-5.12.3 的執行環境
之後使用前可以手動執行 source ~/perl5/perlbrew/etc/bashrc
或是直接把 source ~/perl5/perlbrew/etc/bashrc 加在 ~/.bashrc 裡面
P.S. 可以先將家目錄底下的 .cpan .cpanm .cpanplus 目錄都刪除掉 (或是更名就可以了) 再開始執行上面的步驟比較不會發生一些奇怪的問題
沒有留言:
張貼留言