Index: Build.PL --- Build.PL.orig 2007-04-29 21:22:51 +0200 +++ Build.PL 2008-10-26 13:17:31 +0100 @@ -147,16 +147,16 @@ my $skip_questions = 0; -GetOptions('with_mod_perl' => sub { $requires{'Apache::Request'} = 0; }, - 'run_apache_tests' => \$feature{run_apache_tests}, +GetOptions('with_mod_perl!' => sub { $requires{'Apache::Request'} = 0; }, + 'run_apache_tests!' => \$feature{run_apache_tests}, 'apache_path=s' => \$config_data{apache_path}, 'apxs_path=s' => \$config_data{apxs_path}, - 'run_apache_cgi_tests' => \$feature{run_apache_cgi_tests}, - 'run_mod_perl_tests' => \$feature{run_mod_perl_tests}, + 'run_apache_cgi_tests!' => \$feature{run_apache_cgi_tests}, + 'run_mod_perl_tests!' => \$feature{run_mod_perl_tests}, 'mod_perl_path=s' => \$config_data{mod_perl_path}, - 'run_svnweb-server_tests' => \$feature{'run_svnweb-server_tests'}, + 'run_svnweb-server_tests!' => \$feature{'run_svnweb-server_tests'}, 'httpd_port=i' => \$config_data{httpd_port}, - 'skip_questions' => \$skip_questions, + 'skip_questions!' => \$skip_questions, );