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 );
  • Comment on Re: Automating install of modules that need Makefile.PL args with CPAN
  • Download Code