Add missing "" around $Config{startperl}.
Perl 5 Porters [Mon, 1 Jan 1996 23:11:27 +0000 (23:11 +0000)]
x2p/find2perl.PL
x2p/s2p.PL

index 785ffa6..fd8b134 100644 (file)
@@ -29,7 +29,7 @@ print OUT <<"!GROK!THIS!";
 $Config{'startperl'}
     eval 'exec perl -S \$0 "\$@"'
        if 0;
-\$startperl = $Config{startperl};
+\$startperl = "$Config{startperl}";
 !GROK!THIS!
 
 # In the following, perl variables are not expanded during extraction.
index fe82b02..4f7293d 100644 (file)
@@ -29,7 +29,7 @@ print OUT <<"!GROK!THIS!";
 $Config{'startperl'}
     eval 'exec perl -S \$0 "\$@"'
        if 0;
-\$startperl = $Config{startperl};
+\$startperl = "$Config{startperl}";
 !GROK!THIS!
 
 # In the following, perl variables are not expanded during extraction.