diff options
author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:31 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:32 -0700 |
commit | a58042a56cceaa105e86a4de0c15f56b95de3b8a (patch) | |
tree | 344b2291d70aaff8f54cf3f08c17dd2c30a55306 /meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |
parent | 4cbfdd97f36cffad5cc9817c3d683c3b41830fcb (diff) | |
download | meta-openembedded-a58042a56cceaa105e86a4de0c15f56b95de3b8a.tar.gz |
libextutils-config-perl: Change references to search.cpan.org to use metacpan.org
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb index 0f43c537c0..b6e80cd888 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" | |||
2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." | 2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" | 5 | HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" |