我正在尝试安装版本为0.13**的**HTML::TreeBuilder::XPath,但失败了。
有人能提出可能的原因吗。
您有一个安装错误的Scalar::Util版本。(这可能不是你的错;有些发行版已经这样做了。)首先重新安装Scalar::Util。
$ cpan Scalar::Util
或者,如果它抱怨Scalar::Util是最新的。
$ cpan
cpan> force test Scalar::Util
cpan> force install Scalar::Util # Only do this if the tests were successful!!
cpan> quit