cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-13 Thread stas
stas2003/03/13 17:51:50 Modified:lib/ModPerl MM.pm Log: add a temp workaround for mod_perl's fresh install, when -MApache2 fails, since it's not installed yet. Revision ChangesPath 1.23 +9 -2 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm =

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-23 Thread stas
stas2003/03/23 20:48:45 Modified:lib/ModPerl MM.pm Log: 3rd party modules MM: fixup INC and TYPEMAPS entries Revision ChangesPath 1.25 +2 -18 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm ===

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-23 Thread stas
stas2003/03/23 21:12:26 Modified:lib/ModPerl MM.pm Log: refactor WriteMakefile's code - to allow Makefile.PL to specify its own top-level arguments for WriteMakefile - to allow Makefile.PL re-use the defaults specified in ModPerl::MM Revision ChangesPath 1.26

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-23 Thread stas
stas2003/03/23 21:43:51 Modified:lib/ModPerl MM.pm Log: use a more flexible approach to retrieve the defauls, by hiding the internal implementation behind a single front end public function. Revision ChangesPath 1.27 +21 -19modperl-2.0/lib/ModPerl/MM.pm

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-24 Thread stas
stas2003/03/24 18:20:56 Modified:lib/ModPerl MM.pm Log: supply a default for macro->{MOD_INSTALL} Submitted by: geoff Revision ChangesPath 1.28 +9 -0 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2004-03-25 Thread randyk
randyk 2004/03/25 20:15:51 Modified:.Changes lib/ModPerl MM.pm Log: fix installation on Win32 so that an Apache2/ subdirectory under the Perl tree is used when MP_INST_APACHE2 is specified. Revision ChangesPath 1.353 +4 -0 modperl-2.0/Ch