| Article: |
Build Your Own Apache Server with mod_perl | |
| Subject: | TestMM.pm | |
| Date: | 2003-06-13 19:58:01 | |
| From: | goldenmean | |
| When I attempt to install libapreq, I get an error message that perl cannot locate TestMM.pm in the @INC list of paths. I have installed the LWP and URI modules, but where can I get this TestMM script and where should I install it? | ||
Showing messages 1 through 1 of 1.
-
TestMM.pm
2003-07-01 13:50:25 anonymous2 [View]



You need to install Apache::Test from CPAN:
perl -MCPAN -e 'install Apache::Test'
Then all should go well. Apache::Test replaces Apache::test, but CPAN should to the right thing vis-à-vis case insensitivity.
Hope that helps
-Mark Oehlberg