Add perl 5.32.1.

This commit is contained in:
fosslinux 2021-04-28 16:23:34 +10:00
parent a392b7bac9
commit d623b018e4
6 changed files with 142 additions and 0 deletions

View file

@ -676,3 +676,10 @@ dist 3.5-236
dist is perl's package used for generating Perl's Configure (which is written in
Perl itself). We 'compile' (aka generate) metaconfig and manifake only from dist.
We do not use dist's build system because it itself uses dist.
perl 5.32.1
===========
We finally compile a full version of Perl using Configure. This includes all base
extensions required and is the latest version of Perl. We are now basically able
to run any Perl application we want.