summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-02 12:44:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-02 12:44:18 +0000
commit8dbc25a7eceae74c5e1ad14a02cc8019dd0767a2 (patch)
treef1384ec28c23d9b089e7085195dd59719879fd96 /utils
parent74dc058dc967bba1ab16a57522ef421ee59cc29b (diff)
downloadperl-8dbc25a7eceae74c5e1ad14a02cc8019dd0767a2.tar.gz
Need to quote the version number of perl in perlivp, now
that it finishes by 0 p4raw-id: //depot/perl@32007
Diffstat (limited to 'utils')
-rw-r--r--utils/perlivp.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 01fee9e289..a862ceec47 100644
--- 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!';