Add perl 5.10.1

Used as an intermediate before perl 5.32.
This commit is contained in:
fosslinux 2021-04-12 10:39:18 +10:00
parent d943b37962
commit cd361e63f7
12 changed files with 648 additions and 0 deletions

View file

@ -645,3 +645,11 @@ bison 2.3
This is an older version of bison required for the bison files in perl 5.10.1.
We backwards-bootstrap this from 3.4.1, using 3.4.1 to compile the bison files
in 2.3. This parser works sufficiently well for perl 5.10.5.
perl 5.10.1
===========
Perl 5.10.1 is an intermediate version used before Perl 5.32. We require this
version as it adds a couple of modules into lib/ required to regenerate files in
Perl 5.32. We still use the Makefile instead of the metaconfig strategy, as
metaconfig history becomes poor more than a few years back.