Update Perl upstream

This commit is contained in:
Aoran Zeng 2024-12-18 21:10:15 +08:00
parent 628f887a3b
commit 7d3bbe599b
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -3,16 +3,23 @@
* ------------------------------------------------------------- * -------------------------------------------------------------
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* |
* Created On : <2023-09-31> * Created On : <2023-09-31>
* Last Modified : <2024-08-09> * Last Modified : <2024-12-18>
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
static SourceProvider_t pl_perl_upstream =
{
def_upstream, "https://metacpan.org/",
def_need_measure_info
};
/** /**
* @update 2024-05-24 * @update 2024-05-24
*/ */
static Source_t pl_perl_sources[] = static Source_t pl_perl_sources[] =
{ {
{&UpstreamProvider, NULL}, {&pl_perl_upstream, NULL},
{&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/CPAN/"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/"}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CPAN/"},
{&Bjtu, "https://mirror.bjtu.edu.cn/cpan/"}, {&Bjtu, "https://mirror.bjtu.edu.cn/cpan/"},