Index: bin/testenv =================================================================== --- bin/testenv (revision 4163) +++ bin/testenv (working copy) @@ -255,15 +255,15 @@ print "
Warning: "; - print "Essential module $mod not installed - please check your Perl\n"; - print "installation, including the setting of \@INC, and re-install Perl if necessary.
\n"; + print "Warning: "; + print "Essential module $mod not installed - please check your Perl\n"; + print "installation, including the setting of \@INC, and re-install Perl if necessary.
\n"; } } # If any critical modules missing, display @INC and give up if ($modMissing) { - print "\@INC setting:
";
+ print "
\@INC setting:
";
print join "
\n", @INC;
print "