更新 Perl recipe (#304)

This commit is contained in:
Mikachu2333
2025-10-11 19:27:58 +08:00
committed by GitHub
parent 9dfffbb8f2
commit d6c2111868
2 changed files with 26 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
* | BingChunMoLi <bingchunmoli@bingchunmoli.com> * | BingChunMoLi <bingchunmoli@bingchunmoli.com>
* | * |
* Created On : <2023-08-29> * Created On : <2023-08-29>
* Last Modified : <2025-08-27> * Last Modified : <2025-10-07>
* *
* 通用镜像站 * 通用镜像站
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/

View File

@@ -10,26 +10,36 @@ pl_perl_prelude ()
chef_prep_this (pl_perl, gs); chef_prep_this (pl_perl, gs);
chef_set_created_on (this, "2023-09-31"); chef_set_created_on (this, "2023-09-31");
chef_set_last_updated (this, "2025-08-10"); chef_set_last_updated (this, "2025-10-07");
chef_set_sources_last_updated (this, "2025-08-21"); chef_set_sources_last_updated (this, "2025-10-07");
chef_set_chef (this, NULL); chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@ccmywish"); chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 1, "@hezonglun"); chef_set_sauciers (this, 2, "@hezonglun", "@Mikachu2333");
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english (this);
chef_allow_user_define(this); chef_allow_user_define (this);
def_sources_begin() def_sources_begin()
{&UpstreamProvider, "https://www.cpan.org/", DelegateToUpstream}, {&UpstreamProvider, "https://www.cpan.org/", FeedByPrelude},
{&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/", DelegateToMirror}, {&MirrorZ, "https://mirrors.cernet.edu.cn/CPAN/", FeedByPrelude},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/", DelegateToMirror}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/", FeedByPrelude},
{&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", DelegateToMirror}, {&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/", FeedByPrelude},
{&Hust, "https://mirrors.hust.edu.cn/CPAN/", DelegateToMirror}, {&Cqu, "https://mirrors.cqu.edu.cn/CPAN/", FeedByPrelude},
{&Ali, "https://mirrors.aliyun.com/CPAN/", DelegateToMirror}, {&Bjtu, "https://mirror.bjtu.edu.cn/cpan/", FeedByPrelude},
{&Lzuoss, "https://mirror.lzu.edu.cn/CPAN/", DelegateToMirror} {&Nju, "https://mirrors.nju.edu.cn/CPAN/", FeedByPrelude},
{&Nyist, "https://mirror.nyist.edu.cn/CPAN/", FeedByPrelude},
{&Ustc, "https://mirrors.ustc.edu.cn/CPAN/", FeedByPrelude},
{&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/cpan/", FeedByPrelude},
{&Iscas, "https://mirror.iscas.ac.cn/CPAN/", FeedByPrelude},
{&Zju, "https://mirrors.zju.edu.cn/CPAN/", FeedByPrelude},
{&Lzuoss, "https://mirrors.lzu.edu.cn/CPAN/", FeedByPrelude},
{&Hust, "https://mirrors.hust.edu.cn/CPAN/", FeedByPrelude},
{&Ali, "https://mirrors.aliyun.com/CPAN/", FeedByPrelude}
def_sources_end() def_sources_end()
chef_set_sources_speed_measure_url_with_postfix (this, "authors/id/D/DB/DBAURAIN/Bio-MUST-Apps-FortyTwo-0.213470.tar.gz");
} }