我想在输入
cpan Coro我得到了类似无法制造的错误:未知错误
以下是控制台上的完整日志:http://pastebin.com/NpXbG2eN
我不知道这是怎么回事。
我在安装过程中发现了一些错误:
发布于 2016-11-29 18:43:06
这是相关的:
*** It seems you are running perl version 5.022001, likely the "official" or
*** "standard" version. While there is nothing wrong with doing that,
*** standard perl versions 5.022 and up are not supported by Coro.您所得到的错误:
State.xs: In function ‘coro_derive_padlist’:
State.xs:581:29: error: lvalue required as left operand of assignment
PadlistNAMES (newpadlist) = padnames;Coro依赖于改变了的Perl内部。
https://stackoverflow.com/questions/40868859
复制相似问题