Humanity

Edit the world by your favorite way

Module::Starter

module-starter --module=○○,□□,△△
複数のひな型を作れる

cpan-inst

というコマンドを作っておくと便利。
というか普通すぎて多分誰もがやってる感はあるけど。

function cpan-inst() {
    for i in "$*"; do
        yes '' | cpan -i $i
    done
}

こんな感じ


どっかで見たと思ってたら無意識にまるっきりパクってた。。。
ブログ主の人すいませんorz
http://backslash.ddo.jp/wordpress/index.php/archives/73