This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74dc058
)
Need to quote the version number of perl in perlivp, now
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 2 Oct 2007 12:44:18 +0000
(12:44 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
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!';