我试图通过运行“cpan”并在提示符下键入“install DateTime”来安装 Perl DateTime 模块。经过大量处理和打印后,我收到了这条消息:
在 (eval 907) 第 3 行的 require 中编译失败。 # 看起来你的测试在输出任何东西之前就死了。 t/41cldr_format.........可疑 测试返回状态 255 (wstat 65280, 0xff00) 死了。失败的测试 1-101 101/101 测试失败,0.00% 正常 t/42duration_class ......好的 t/pod-coverage..........已跳过 全部跳过:测试 POD 覆盖率需要 Test::Pod::Coverage 1.08 t/pod…………跳过 全部跳过:Test::Pod 1.14 需要测试 POD 失败的测试统计 Wstat 总失败 失败 失败列表 -------------------------------------------------- ----------------------------- t/07compare.t 255 65280 26 18 69.23% 18-26 t/17set_return.t 255 65280 7 12 171.43% 2-7 t/19leap_second.t 255 65280 172 302 175.58% 22-172 t/23storable.t 255 65280 21 42 200.00% 1-21 t/24from_object.t 255 65280 10 8 80.00% …