Perl
我可以安全地刪除 .cpanm/work 目錄嗎?
我已經使用 cpanm 在我的系統上安裝 cpan perl 模組,但是 .cpanm/work 目錄是 100 的兆,我想刪除它。
我可以在不影響我的 cpanm 安裝的情況下刪除這個目錄嗎?
你當然可以。
但是,從 cpanm 1.1.2 開始,它會自動清理超過 7 天的工作目錄。您可以使用以下
--auto-cleanup
選項更改此數字:--auto-cleanup Specifies the number of days in which cpanm's work directories expire. Defaults to 7, which means old work directories will be cleaned up in one week. You can set the value to 0 to make cpan never cleanup those directories.