--- bugzilla-3.6.5/Bugzilla/Install/Requirements.pm.orig 2011-01-24 23:05:19.000000000 +0100 +++ bugzilla-3.6.5/Bugzilla/Install/Requirements.pm 2011-05-01 18:06:34.000000000 +0200 @@ -483,7 +483,7 @@ if ($output && $check_results->{any_missing} && !ON_WINDOWS && !$check_results->{hide_all}) { - print install_string('install_all', { perl => $^X }); + # print install_string('install_all', { perl => $^X }); } if (!$check_results->{pass}) { print colored(install_string('installation_failed'), 'red') . "\n\n"; @@ -599,7 +599,7 @@ $package = $module->{package}; } else { - $command = "$^X install-module.pl \%s"; + $command = "yum install \"perl(\%s)\""; # Non-Windows installations need to use module names, because # CPAN doesn't understand package names. $package = $module->{module};