From 97e8bd194aec20f01864baa22dfcbed38daa0f40 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 17 Jun 2004 08:54:41 +0000 Subject: [PATCH] More forgiving version comparison in perlivp. p4raw-id: //depot/perl@22940 --- utils/perlivp.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/perlivp.PL b/utils/perlivp.PL index 7db1090..9059869 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -123,7 +123,7 @@ my \$ivp_VERSION = $]; !GROK!THIS! print OUT <<'!NO!SUBS!'; -if ($ivp_VERSION == $]) { +if ($ivp_VERSION eq $]) { print "## Perl version `$]' appears installed as expected.\n" if $opt{'v'}; print "ok 2\n"; $pass__total++; -- 2.7.4