in reply to Automating install of modules that need Makefile.PL args with CPAN
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell-> install( my::module ); [download]