From f5e0b805e282d047dfac17e6ba1034b19832b61d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Mar 2013 20:20:58 +0100 Subject: Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no longer available r=glob a=LpSolit --- Bugzilla/Install/Requirements.pm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e04701250..66622a7a5 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -569,16 +569,6 @@ sub print_module_instructions { ( (!$output and @{$check_results->{missing}}) or ($output and $check_results->{any_missing}) ) ? 1 : 0; - # We only print the PPM repository note if we have to. - my $perl_ver = sprintf('%vd', $^V); - if ($need_module_instructions && ON_ACTIVESTATE && vers_cmp($perl_ver, '5.12') < 0) { - my $url_to_theory58S = 'http://cpan.uwinnipeg.ca/PPMPackages/10xx/'; - print colored( - install_string('ppm_repo_add', - { theory_url => $url_to_theory58S }), - COLOR_ERROR); - } - if ($need_module_instructions or @{ $check_results->{apache} }) { # If any output was required, we want to close the "table" print "*" x TABLE_WIDTH . "\n"; -- cgit v1.2.3-24-g4f1b