diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-02 12:44:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-02 12:44:18 +0000 |
commit | 8dbc25a7eceae74c5e1ad14a02cc8019dd0767a2 (patch) | |
tree | f1384ec28c23d9b089e7085195dd59719879fd96 /utils/perlivp.PL | |
parent | 74dc058dc967bba1ab16a57522ef421ee59cc29b (diff) | |
download | perl-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/perlivp.PL')
-rw-r--r-- | utils/perlivp.PL | 2 |
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!'; |