From a8ea36ec8cc994a25dccef7e64e8e436d3599f23 Mon Sep 17 00:00:00 2001 From: WillNorris Date: Mon, 6 Dec 2010 17:31:39 +0000 Subject: [PATCH] Item9986: fix existing version check to correct format for perl version #'s (thanks gac) git-svn-id: http://svn.foswiki.org/trunk@10212 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- core/bin/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bin/configure b/core/bin/configure index 0ba83b8fa4..ab3ff953e6 100755 --- a/core/bin/configure +++ b/core/bin/configure @@ -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 <