我對perl很陌生。我希望我能安裝在Perl一些包,我這樣做是這樣的:在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
在這種情況下,我怎麼問的Perl自動安裝XML::Simple
和其他依賴項?
在此先感謝。