LoginSignup
11
11

More than 5 years have passed since last update.

CPANでモジュールインストール時の自動yes選択

Posted at

CPANでモジュールをインストールする時に、何度も[Yes]を押さないとならないのが面倒だったので。

o conf prerequisites_policy follow
o conf build_requires_install_policy yes
o conf commit

最初のprerequisites_policy followで、依存モジュールをインストール
次のbuild_requires_install_policy yesで、ビルド時に必要なモジュールをインストール
最後のcommitで設定保存。

11
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11