summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 65df716bc..558db88e2 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -329,10 +329,12 @@ sub print_module_instructions {
if ((!$output && @{$check_results->{missing}})
|| ($output && $check_results->{any_missing}))
{
- print "\n* NOTE: You must run any commands listed below as "
- . ROOT_USER . ".\n\n";
-
+
if (ON_WINDOWS) {
+
+ print "\n* NOTE: You must run any commands listed below as "
+ . ROOT_USER . ".\n\n";
+
my $perl_ver = sprintf('%vd', $^V);
# URL when running Perl 5.8.x.