perl: superficial changes
This commit is contained in:
parent
99a99ae08a
commit
0fa24ccc22
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
||||||
|
FROM localhost/notwa-util AS downloader
|
||||||
|
|
||||||
# MAIN: https://www.perl.org/
|
# MAIN: https://www.perl.org/
|
||||||
# REPO: https://github.com/Perl/perl5
|
# REPO: https://github.com/Perl/perl5
|
||||||
# FORK: https://github.com/G4Vi/perl5/tree/cosmo
|
# FORK: https://github.com/G4Vi/perl5/tree/cosmo
|
||||||
FROM localhost/notwa-util AS downloader
|
|
||||||
|
|
||||||
ARG PERL_COMMIT=66baebd8320a90ddf2c90de14b83f7eee4f6b143
|
ARG PERL_COMMIT=66baebd8320a90ddf2c90de14b83f7eee4f6b143
|
||||||
ARG PERL_SHA256=0e6731efb5f25589116340b4e861abd43fb47520669fe903569b1489339dcddb
|
ARG PERL_SHA256=0e6731efb5f25589116340b4e861abd43fb47520669fe903569b1489339dcddb
|
||||||
|
# MAIN: https://computoid.com/APPerl/
|
||||||
|
# REPO: https://github.com/G4Vi/Perl-Dist-APPerl
|
||||||
|
|
||||||
|
# MAIN: https://metacpan.org/pod/perltidy
|
||||||
|
# REPO: https://github.com/perltidy/perltidy
|
||||||
ARG PERLTIDY_VERSION=20220613
|
ARG PERLTIDY_VERSION=20220613
|
||||||
ARG PERLTIDY_SHA256=50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467c5d4
|
ARG PERLTIDY_SHA256=50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467c5d4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue