Mutant has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I've got a bunch of servers running Apache 1.x with mod_perl 1.x. Everything is working fine, but I need to install Apache::Reload. It appears though, that Apache::Reload is now a core module in mod_perl2, so typing:
install Apache::Reloadat the CPAN command prompt begins installation of mod_perl2, which I don't want to use (I'm guessing even if I did install Apache::Reload for mod_perl2, it wouldn't work with mod_perl1).
I could manually download the mod_perl1 version and install it, but I'd rather not do that. Can I force CPAN to install the version I want?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache::Reload, mod_perl and CPAN
by Fletch (Bishop) on Mar 03, 2005 at 14:35 UTC | |
|
Re: Apache::Reload, mod_perl and CPAN
by perrin (Chancellor) on Mar 03, 2005 at 14:41 UTC | |
by Mutant (Priest) on Mar 03, 2005 at 16:09 UTC |