私は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
XML::Simple
この場合、perlにインストールやその他の依存関係を自動的に要求するにはどうすればよいですか?
前もって感謝します。