From 8dbc25a7eceae74c5e1ad14a02cc8019dd0767a2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 2 Oct 2007 12:44:18 +0000 Subject: [PATCH] Need to quote the version number of perl in perlivp, now that it finishes by 0 p4raw-id: //depot/perl@32007 --- utils/perlivp.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/perlivp.PL b/utils/perlivp.PL index 01fee9e..a862cee 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!'; -- 2.7.4