简体   繁体   中英

How do I make perlbrew install a specific development perl version (ie not perl-bleed)

I'm trying to install a development perl version other than perl-bleed with perlbrew eg:

$ perlbrew install perl-5.21.5

fails if I tail the log file I see

$ 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.

How can I tell perlbrew to answer yes?

你需要将-Dusedevel传递给-Dusedevel ,例如:

$ perlbrew install perl-5.21.5 -Dusedevel

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM