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

  • Comment on Re: installing many modules on different machines

Replies are listed 'Best First'.
Re^2: installing many modules on different machines
by Anonymous Monk on Jun 15, 2005 at 06:40 UTC
    Ok when I first started with this project I looked into CPAN installing , but since the perl version were are using on AIX is supplied by the system admins.
    It's version 5.6.0.1 ( 5.6.0 with dbi for oracle hacked into it I think).
    CPAN isn't configured on the systems so it don't even know if I will ever get it to work.
    so I am somewhat limited with the stuff they provide me with.

    but I will check it again