On Thu, 16 Oct 2003, Philippe M. Chiasson wrote: > On Wed, 2003-10-15 at 12:53, Randy Kobes wrote: > > On Wed, 15 Oct 2003, Philippe M. Chiasson wrote: [ .. ] > > > Looking at the build system, there seems to still be > > > code there to build ApacheModulePerl.dll if httpd < > > > 1.3.15. Is that still the case ? > > > > Yes, it'll still build an ApacheModulePerl.dll if httpd < > > 1.3.15, but it uses the dsp under src/modules/win32/. The > > src/modules/ApacheModulePerl/ files aren't used, and in > > fact aren't included in the CPAN version. > > Well, dhu for me on this one. Since those files weren't in > the MANIFEST, they were not being shipped. If not being > shipped, how did I expect them to be of any use. > > So, any objection if I nuke those 3 files in the near future ?
That'd be OK by me .... It is admittedly confusing - basically, pre-1.3.15, the mod_perl dll lib was called ApacheModulePerl.dll, which was renamed post-1.3.15 to mod_perl.so. So now in Makefile.PL, if httpd < 1.3.15, the mod_perl.so built by src/modules/win32/mod_perl.dsp is copied to /Apache/modules/ as ApacheModulePerl.dll. -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
