【发布时间】:2018-08-11 04:49:59
【问题描述】:
我想force install 一个 perl 模块。当我这样做时,安装成功:
cpan shell -- CPAN exploration and modules installation (v2.00)
Enter 'h' for help.
cpan[1]> force install Net::DNS::SEC
但是当我这样做时,它会失败:
root@ubuntu:~# cpan force install Net::DNS::SEC
Warning: Cannot install force, don't know what it is.
Try the command
i /force/
...
...
Running make install
make test had returned bad status, won't install without force
我需要在单个命令中运行 cpan force install。我该如何进行?
【问题讨论】: