>5.8.8 <> >= 5.8.8
This commit is contained in:
parent
116a3c21ca
commit
44039fd555
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ save you many hours of grief.
|
|||
* Asset metadata is now versioned.
|
||||
|
||||
* The updated versions of HTML::Packer, JavaScript::Packer and CSS::Packer
|
||||
added for 7.10.9 require perl 5.8.8 or higher to run.
|
||||
added for 7.10.9 require perl 5.8.9 or higher to run.
|
||||
|
||||
7.10.9
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -52,10 +52,10 @@ printResult($webguiRoot);
|
|||
###################################
|
||||
|
||||
printTest("Perl Interpreter");
|
||||
if ($] >= 5.008008) {
|
||||
if ($] >= 5.008009) {
|
||||
printResult("OK");
|
||||
} else {
|
||||
failAndExit("Please upgrade to 5.8.8 or later! Cannot continue without Perl 5.8.8 or higher.");
|
||||
failAndExit("Please upgrade to 5.8.9 or later! Cannot continue without Perl 5.8.9 or higher.");
|
||||
}
|
||||
|
||||
##Doing this as a global is not nice, but it works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue