How To Configure CPAN to Automatically Install Dependencies Without Confirmation

Published Date Author: , Posted March 20th, 2014 at 1:45:53pm

perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => "follow"); $c->edit(connect_to_internet_ok => "yes"); $c->edit(build_requires_install_policy => "yes"); $c->commit'

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.