我正在尝试使用perlbrew安装perl-bleed之外的开发perl版本,例如:
$ perlbrew install perl-5.21.5
如果我拖尾我看到的日志文件,就会失败
$ tail ~/perl5/perlbrew/build.perl-5.21.5.log
Data corruption and crashes are possible.
It is most seriously suggested that you do not continue any further
unless you want to help in developing and debugging Perl.
If you *still* want to build perl, you can answer 'y' now,
or pass -Dusedevel to Configure.
Do you really want to continue? [n]
Okay, bye.
我怎么能告诉perlbrew回答是?
答案 0 :(得分:3)
您需要将-Dusedevel
传递给perlbrew,例如:
$ perlbrew install perl-5.21.5 -Dusedevel