Need to quote the version number of perl in perlivp, now
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 2 Oct 2007 12:44:18 +0000 (12:44 +0000)
committerRafael 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

index 01fee9e..a862cee 100644 (file)
@@ -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!';