diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-03-25 20:20:58 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-03-25 20:20:58 +0100 |
commit | f5e0b805e282d047dfac17e6ba1034b19832b61d (patch) | |
tree | fa4cdf58612883f77ff769c233f975d4ae33c339 /Bugzilla/Install | |
parent | 5b4d5ef48f34587cdade51703177916067fb9ff8 (diff) | |
download | bugs-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar bugs-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.gz bugs-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.bz2 bugs-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.xz bugs-f5e0b805e282d047dfac17e6ba1034b19832b61d.zip |
Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no longer available
r=glob a=LpSolit
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 10 |
1 files changed, 0 insertions, 10 deletions
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"; |