we've required 5.8 for a long time, set properly in testEnvironment.pl
This commit is contained in:
parent
97f75c2a33
commit
67c0338e47
1 changed files with 2 additions and 2 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue