Build Perl 5.4.50.

This commit is contained in:
Andrius Štikonas 2021-02-17 23:46:18 +00:00
parent 621b099a57
commit d4ddf4b79b
7 changed files with 157 additions and 0 deletions

View file

@ -196,6 +196,9 @@ get_file https://github.com/Perl/perl5/archive/perl-5.000.tar.gz
# perl 5.003
get_file https://github.com/Perl/perl5/archive/perl-5.003.tar.gz
# perl 5.004_05
get_file https://www.cpan.org/src/5.0/perl5.004_05.tar.gz
# General cleanup
find tmp -name .git -exec rm -rf \;