Skip to content

Commit

Permalink
Item9986: fix existing version check to correct format for perl versi…
Browse files Browse the repository at this point in the history
…on #'s (thanks gac)

git-svn-id: http://svn.foswiki.org/trunk@10212 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Dec 6, 2010
1 parent 6eb2be4 commit a8ea36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/configure
Expand Up @@ -160,7 +160,7 @@ die $@ if $@;
# may have updated many libraries and tweaked Foswiki so let us give
# him a chance.
my $perlversion = $];
if ( $perlversion < 5.00608 ) { # SMELL: check this value!!!
if ( $perlversion < 5.008008 ) {
print STDERR <<HERE;
Your perl version is older than 5.8.8.
Foswiki has been successfully tested on Perl 5.8.8 and 5.10.X.
Expand Down

0 comments on commit a8ea36e

Please sign in to comment.