diff options
author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:46 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:35 -0700 |
commit | e6974ed5a169e8b67333987871cd21f49c73b04c (patch) | |
tree | abe3747dc0de7e99e04f8d7f6cccb93aca6a0afc /meta-perl | |
parent | 9703d28a9e1d97e6c1f898f38a6251aa7f1d03bf (diff) | |
download | meta-openembedded-e6974ed5a169e8b67333987871cd21f49c73b04c.tar.gz |
libmodule-runtime-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')
-rw-r--r-- | meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb index 9c4370e965..0ed61ac3a4 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb | |||
@@ -14,7 +14,7 @@ are applied on any Perl version where the bugs exist, except for a case where \ | |||
14 | one of the bugs cannot be adequately worked around in pure Perl." | 14 | one of the bugs cannot be adequately worked around in pure Perl." |
15 | SECTION = "libs" | 15 | SECTION = "libs" |
16 | 16 | ||
17 | HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/" | 17 | HOMEPAGE = "https://metacpan.org/dist/Module-Runtime" |
18 | 18 | ||
19 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 19 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
20 | LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963" | 20 | LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963" |