summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb')
-rw-r--r--meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb5
1 files changed, 2 insertions, 3 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 205df68029..4526def40a 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,19 +14,18 @@ are applied on any Perl version where the bugs exist, except for a case where \
14one of the bugs cannot be adequately worked around in pure Perl." 14one of the bugs cannot be adequately worked around in pure Perl."
15SECTION = "libs" 15SECTION = "libs"
16 16
17HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/" 17HOMEPAGE = "https://metacpan.org/dist/Module-Runtime"
18 18
19LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 19LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
20LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963" 20LIC_FILES_CHKSUM = "file://README;beginline=36;endline=44;md5=9416434672a57853d6181f3da9094963"
21 21
22SRCNAME = "Module-Runtime" 22SRCNAME = "Module-Runtime"
23SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/${SRCNAME}-${PV}.tar.gz" 23SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/${SRCNAME}-${PV}.tar.gz"
24SRC_URI[md5sum] = "d3d47222fa2e3dfcb4526f6cc8437b20"
25SRC_URI[sha256sum] = "68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024" 24SRC_URI[sha256sum] = "68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024"
26 25
27UPSTREAM_CHECK_REGEX = "Module\-Runtime\-(?P<pver>(\d+\.\d+)).tar" 26UPSTREAM_CHECK_REGEX = "Module\-Runtime\-(?P<pver>(\d+\.\d+)).tar"
28 27
29S = "${WORKDIR}/${SRCNAME}-${PV}" 28S = "${UNPACKDIR}/${SRCNAME}-${PV}"
30 29
31inherit cpan 30inherit cpan
32 31