gozer 2004/09/21 11:08:19
Modified: lib/Apache Build.pm Log: Using Apache::TestMM::Argv to propagate arguments to t/TEST was not the ideal way, just make sure to set httpd in BuildConfig.pm instead Revision Changes Path 1.184 +1 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v retrieving revision 1.183 retrieving revision 1.184 diff -u -r1.183 -r1.184 --- Build.pm 21 Sep 2004 07:46:22 -0000 1.183 +++ Build.pm 21 Sep 2004 18:08:19 -0000 1.184 @@ -268,7 +268,7 @@ debug "Configuring httpd in $self->{MP_AP_PREFIX}"; my $httpd = File::Spec->catfile($self->{MP_AP_PREFIX}, 'httpd'); - push @Apache::TestMM::Argv, ('httpd' => $httpd); + $self->{'httpd'} ||= $httpd; my $mplib = "$self->{MP_LIBNAME}$Config{lib_ext}"; my $mplibpath = catfile($self->{cwd}, qw(src modules perl), $mplib);