我对 perl 很陌生。我希望我可以从 perl 安装一些软件包,我这样做是这样的:
perl -MCPAN -e 'install VM::EC2'
我猜它由于依赖而失败,它显示:
Result: FAIL
Failed 8/8 test programs. 9/9 subtests failed.
LDS/VM-EC2-1.20.tar.gz
one dependency not OK (XML::Simple); additionally test harness failed
./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports LDS/VM-EC2-1.20.tar.gz
Running Build install
make test had returned bad status, won't install without force
在这种情况下,我如何要求 perlXML::Simple
自动安装和其他依赖?
提前致谢。