Rename perl5.004_05 and perl5.005_03

The underscores cause problems later, as _ is a delimiter for "revision
number" in packaging.
This commit is contained in:
fosslinux 2022-01-14 16:23:36 +11:00
parent 4fb8efafe2
commit 634ec99771
11 changed files with 12 additions and 8 deletions

View file

@ -179,10 +179,12 @@ class SysA(SysGeneral):
self.get_file("https://github.com/Perl/perl5/archive/perl-5.003.tar.gz")
# perl 5.004_05
self.get_file("https://www.cpan.org/src/5.0/perl5.004_05.tar.gz")
self.get_file("https://www.cpan.org/src/5.0/perl5.004_05.tar.gz",
output="perl5.004-05.tar.gz")
# perl 5.005_03
self.get_file("https://www.cpan.org/src/5.0/perl5.005_03.tar.gz")
self.get_file("https://www.cpan.org/src/5.0/perl5.005_03.tar.gz",
output="perl5.005-03.tar.gz")
# perl 5.6.2
self.get_file("https://www.cpan.org/src/5.0/perl-5.6.2.tar.gz")