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" ...