More forgiving version comparison in perlivp.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 17 Jun 2004 08:54:41 +0000 (08:54 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 17 Jun 2004 08:54:41 +0000 (08:54 +0000)
p4raw-id: //depot/perl@22940

utils/perlivp.PL

index 7db1090..9059869 100644 (file)
@@ -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++;