I'm very new to perl. I wish I could install some package from perl, I did so like this :
perl -MCPAN -e 'install VM::EC2'
Its getting failed due to dependency I guess, it shows :
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
In this case how do I ask perl to install XML::Simple
and other depedency automatically?
Thanks in advance.