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
Maybe it's related to ExtUtils::AutoInstall or Module::AutoInstall being used. Try setting the PERL_AUTOINSTALL environment variable. (Cf. the documentation of those modules.)