in reply to Management of perl modules in enterprise?

I would make a single staging server for each type of box (HP-UX, Linux, etc). I would then use CPAN on those staging servers to install and/or update. Once I was happy with the staging server(s), I would use something like rdist or rsync to update all the similarly configured boxes.

-derby
  • Comment on Re: Management of perl modules in enterprise?

Replies are listed 'Best First'.
Re^2: Management of perl modules in enterprise?
by jdrago_999 (Hermit) on May 31, 2006 at 15:40 UTC
    I second derby on this one.