cvs commit: modperl Makefile.PL Changes

2003-11-25 Thread stas
stas2003/11/25 18:22:11 Modified:.Makefile.PL Changes Log: for some reason .pm files during the modperl build see $ENV{PERL5LIB} set in Makefile.PL, which is used for generating Makefiles, as "PERL5LIB=/path:/another/path" instead of "/path:/another/path" essentiall

cvs commit: modperl Makefile.PL Changes

2003-10-08 Thread randyk
randyk 2003/10/08 22:10:29 Modified:.Makefile.PL Changes Log: Submitted by: Steve Hay Reviewed by: randyk Fix a bug in Makefile.PL where it would, under certain circumstances, pick up the wrong Perl include directory. Revision ChangesPath 1.218 +1 -1

cvs commit: modperl Makefile.PL INSTALL.win32 Changes

2003-09-27 Thread randyk
randyk 2003/09/27 13:06:59 Modified:.Makefile.PL INSTALL.win32 Changes Log: Reviewed by: stas Add an INSTALL_LIB attribute to Makefile.PL for Win32 to specify where to install mod_perl.lib [suggested by STeve Hay] Revision ChangesPath 1.217 +36 -9 mo

cvs commit: modperl Makefile.PL

2003-08-18 Thread randyk
randyk 2003/08/18 22:07:44 Modified:.Makefile.PL Log: On Win32, use Win32::GetShortPathName() on paths containing spaces. Revision ChangesPath 1.216 +8 -6 modperl/Makefile.PL Index: Makefile.PL =

Re: cvs commit: modperl Makefile.PL

2003-07-10 Thread Philippe M. Chiasson
If it fixes a reported bug, it should get logged in Changes, IMO On Wed, 2003-07-09 at 09:16, [EMAIL PROTECTED] wrote: > randyk 2003/07/08 18:16:53 > > Modified:.Makefile.PL > Log: > For Win32, > - copy mod_perl.lib into Apache/libexec directory, if it exists > - keep d

cvs commit: modperl Makefile.PL

2003-07-08 Thread randyk
randyk 2003/07/08 18:16:53 Modified:.Makefile.PL Log: For Win32, - copy mod_perl.lib into Apache/libexec directory, if it exists - keep drive letter in dsp (fixes bug reported by DH <[EMAIL PROTECTED]>) Revision ChangesPath 1.215 +7 -2 modperl/Makefi

cvs commit: modperl Makefile.PL INSTALL.win32

2003-07-02 Thread randyk
randyk 2003/07/02 08:57:54 Modified:.Makefile.PL INSTALL.win32 Log: For Win32, use a default of APACHE_SRC/modules to install mod_perl.so, if this directory exists and if INSTALL_DLL is not provided. Update the INSTALL.win32 documentation accordingly, and also add some