projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
74dc058
)
Need to quote the version number of perl in perlivp, now
Rafael Garcia-Suarez [Tue, 2 Oct 2007 12:44:18 +0000 (12:44 +0000)]
that it finishes by 0
p4raw-id: //depot/perl@32007
utils/perlivp.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlivp.PL
b/utils/perlivp.PL
index
01fee9e
..
a862cee
100644
(file)
--- a/
utils/perlivp.PL
+++ b/
utils/perlivp.PL
@@
-119,7
+119,7
@@
print "## Checking Perl version via variable `\$]'.\n" if $opt{'p'};
!NO!SUBS!
print OUT <<"!GROK!THIS!";
-my \$ivp_VERSION = $];
+my \$ivp_VERSION = "$]";
!GROK!THIS!
print OUT <<'!NO!SUBS!';