projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e50adc
)
More forgiving version comparison in perlivp.
Rafael Garcia-Suarez [Thu, 17 Jun 2004 08:54:41 +0000 (08:54 +0000)]
p4raw-id: //depot/perl@22940
utils/perlivp.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlivp.PL
b/utils/perlivp.PL
index
7db1090
..
9059869
100644
(file)
--- 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++;