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
Try setting PERL_MM_USE_DEFAULT like so:
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install My::Module'
It should make CPAN answer the default to all prompts.