【发布时间】:2011-03-28 22:29:00
【问题描述】:
我正在 CentOS5.5 上测试我的项目安装脚本。 我的项目需要 Date::Manip 模块,这需要 feature 模块...
当我尝试通过 CPAN 安装它(功能)时,CPAN 想要安装 Perl 5.9.5...
*** WHOA THERE!!! ***
This is an UNSTABLE DEVELOPMENT release.
The version of this perl5 distribution is 9, that is, odd,
(as opposed to even) and that signifies a development release.
If you want a maintenance release, you want an even-numbered version.
Do ***NOT*** install this into production use.
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.
我该如何处理这种问题?
【问题讨论】:
-
当前安装的是什么版本的 perl? 5.9.5 3岁左右。
-
在 CentOS 5.5 上,它是 Perl 5.8.8... :( 并且不能只为我的项目升级到 Perl 5.10...