メモ
起動
perl -MCPAN -e shell
検索
i /regex/
標準インストール
install path/to/file.tar.gz
testを実行せずにインストール
notest install path/to/file.tar.gz
testに失敗してもインストール
force install path/to/file.tar.gz
標準アップデート
upgrade path/to/file.tar.gz
testに失敗してもアップデート
force upgrade path/to/file.tar.gz
testを実行せずにアップデート
notest upgrade path/to/file.tar.gz
ヘルプ
help
終了
quit
- 2014/03/25 追加
設定初期化
o conf init
設定確認
o conf
設定反映
o conf commit
設定
# Makefile.PL $makepl_arg
o conf makepl_arg PREFIX=/path/to/dir
# make arg
o conf make <make-command>
o conf make_arg <make-command-arg>
# make install arg
o conf make_install_build_command <make-command>
o conf make_install_arg <make-command-arg>
# wget
o conf wget <wget-command>
# pager
o conf pager <less-command>
# unzip
o conf unzip <unzip-command>
# tar
o conf tar <tar-command>
o conf tar-verbosity <none|yes>
# gzip
o conf gzip <gzip-command>
# gpg
o conf gpg <gpg-command>
# patch
o conf patch <patch-command>