summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-03-25 20:20:58 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-03-25 20:20:58 +0100
commitf5e0b805e282d047dfac17e6ba1034b19832b61d (patch)
treefa4cdf58612883f77ff769c233f975d4ae33c339 /Bugzilla/Install/Requirements.pm
parent5b4d5ef48f34587cdade51703177916067fb9ff8 (diff)
downloadbugzilla-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.gz
bugzilla-f5e0b805e282d047dfac17e6ba1034b19832b61d.tar.xz
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/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm10
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";