in reply to installing many modules on different machines
Not a completely automated solution, but you could create your own Bundle::MyFramework module (which is basically just POD listing the modules to install) and then use CPAN install everything for you using that. It'd still compile each module separately on each machine but it'd be CPAN doing the work not you. See CPAN's docs for info on how to create a bundle.
--
We're looking for people in ATL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: installing many modules on different machines
by Anonymous Monk on Jun 15, 2005 at 06:40 UTC |