From: Rafael Garcia-Suarez Date: Thu, 17 Jun 2004 08:54:41 +0000 (+0000) Subject: More forgiving version comparison in perlivp. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97e8bd194aec20f01864baa22dfcbed38daa0f40;p=p5sagit%2Fp5-mst-13.2.git More forgiving version comparison in perlivp. p4raw-id: //depot/perl@22940 --- 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++;