gozer 2004/09/20 14:05:34
Modified: lib/Apache Build.pm Log: Typo in passing httpd argument to t/TEST for static build Revision Changes Path 1.180 +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.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- Build.pm 18 Sep 2004 23:27:39 -0000 1.179 +++ Build.pm 20 Sep 2004 21:05:34 -0000 1.180 @@ -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); + push @Apache::TestMM::Argv, ('httpd' => $httpd); my $mplib = "$self->{MP_LIBNAME}$Config{lib_ext}"; my $mplibpath = catfile($self->{cwd}, qw(src modules perl), $mplib);