Build perl 5.003.

This commit is contained in:
Andrius Štikonas 2021-02-16 23:20:34 +00:00
parent 221b1d07ad
commit 7bace0cc99
7 changed files with 139 additions and 0 deletions

View file

@ -350,3 +350,9 @@ pre-generated Configure script.
At this first step we build `miniperl` which is `perl` without support for
loading modules.
#### Part 30: perl 5.003
We now use `perl` from the previous stage to recreate pre-generated files that
are shipped in perl 5.003. But for now we still need to use handwritten makefile
instead of `./Configure` script.