How do I tell CPAN to install all dependencies?
I tried setting these in cpan:
cpan
cpan> o conf prerequisites_policy follow cpan> o co
I found this to be, by far, the quickest and most reliable way to install CPAN modules:
yes | perl -MCPAN -e "CPAN::Shell->notest(qw!install Your::Module!)"