This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Assert that we don’t overflow token stack
[perl5.git] / write_buildcustomize.pl
index bbf2f9e..57a547c 100644 (file)
@@ -29,7 +29,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
                   dist/Carp/lib
                   dist/PathTools dist/PathTools/lib
                   cpan/ExtUtils-Command/lib
-                  dist/ExtUtils-Install/lib
+                  cpan/ExtUtils-Install/lib
                   cpan/ExtUtils-MakeMaker/lib
                   cpan/ExtUtils-Manifest/lib
                   cpan/File-Path/lib
@@ -80,6 +80,7 @@ print $fh <<"EOT" or $error = "Can't print to $file: $!";
 ${\($^O eq 'MSWin32' ? '${^WIN32_SLOPPY_STAT} = 1;':'')}
 splice(\@INC, 0, 1, $inc);
 \$^O = '$osname';
+__END__
 EOT
 
 if ($error) {