Sorry, I haven't looked at the CVS src.
2000-12-14 13:00:43 [EMAIL PROTECTED]
* The line below fails in my Apache-3.14 Win32 configuration,
so I added ".dll". The cause is probably a dot in my pathname,
confusing Win32 LoadLibrary().
--- mod_perl-1.24/INSTALL.win32~ Thu Jan 27 01:49:20 2000
+++ mod_perl-1.24/INSTALL.win32 Thu Dec 14 13:50:04 2000
@@ -87,7 +87,7 @@
Add this line to httpd.conf:
- LoadModule perl_module modules/ApacheModulePerl
+ LoadModule perl_module modules/ApacheModulePerl.dll
Be sure that 'C:\perl\bin' is in your path so apache can find perl.dll