Document new version perl required for the updated *Packer modules. Fixes bug #12049.
This commit is contained in:
parent
ae3e49d622
commit
e04208e3a2
3 changed files with 6 additions and 2 deletions
|
|
@ -52,10 +52,10 @@ printResult($webguiRoot);
|
|||
###################################
|
||||
|
||||
printTest("Perl Interpreter");
|
||||
if ($] >= 5.008) {
|
||||
if ($] >= 5.008008) {
|
||||
printResult("OK");
|
||||
} else {
|
||||
failAndExit("Please upgrade to 5.8 or later! Cannot continue without Perl 5.8 or higher.");
|
||||
failAndExit("Please upgrade to 5.8.8 or later! Cannot continue without Perl 5.8.8 or higher.");
|
||||
}
|
||||
|
||||
##Doing this as a global is not nice, but it works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue