in reply to Apache::Reload, mod_perl and CPAN

I would not recommend using the CPAN shell for installing on important servers. It's a neat trick, but the potential for getting a different version than you expected is always there (a new release between installs on two servers means different versions installed). It also always runs the tests. I don't want to run the module tests on every server in a cluster.

Replies are listed 'Best First'.
Re^2: Apache::Reload, mod_perl and CPAN
by Mutant (Priest) on Mar 03, 2005 at 16:09 UTC
    Good point - I wasn't going to be doing the install myself, but will advise the people who are not to use the CPAN prompt. Thanks.