http://qs321.pair.com?node_id=938004


in reply to Add Modules to a PERL-Distribution

Configure has an option to do exactly this. See "Adding extra modules to the build" in INSTALL (in the root of the Perl source).

Basically you do this:

Configure -Dextras="Bundle::LWP DBI" ...

Replies are listed 'Best First'.
Re^2: Add Modules to a PERL-Distribution
by gyrson (Novice) on Nov 14, 2011 at 21:01 UTC
    Hello Funky Monk. That was exactly what I was looking for. Thank you very much, also the others that have given me great ideas. I will look into all of your answers to learn more.