mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add perl 5.10.1
Used as an intermediate before perl 5.32.
This commit is contained in:
parent
d943b37962
commit
cd361e63f7
12 changed files with 648 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue