we've required 5.8 for a long time, set properly in testEnvironment.pl

This commit is contained in:
Graham Knop 2008-07-08 16:55:15 +00:00
parent 97f75c2a33
commit 67c0338e47

View file

@ -47,10 +47,10 @@ printResult($webguiRoot);
###################################
printTest("Perl Interpreter");
if ($] >= 5.006) {
if ($] >= 5.008) {
printResult("OK");
} else {
failAndExit("Please upgrade to 5.6 or later! Cannot continue without Perl 5.6 or higher.");
failAndExit("Please upgrade to 5.8 or later! Cannot continue without Perl 5.8 or higher.");
}