Add dist 3.5-236

This is the metaconfig script and co. for perl.
This commit is contained in:
fosslinux 2021-04-13 22:35:28 +10:00
parent c3c031fc51
commit e773e65f1c
10 changed files with 128 additions and 0 deletions

View file

@ -470,3 +470,8 @@ class SysA:
# perl 5.10.5
self.get_file("https://www.cpan.org/src/5.0/perl-5.10.1.tar.bz2")
# dist 3.5-236
# Debian's version is used because upstream is not to be found (dead?)
self.get_file("https://salsa.debian.org/perl-team/interpreter/dist/-/archive/d1de81f/dist-d1de81f.tar.gz",
output="dist-3.5-236.tar.gz")