summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-09-18 15:00:52 -0400
committerKhem Raj <raj.khem@gmail.com>2025-09-19 12:22:00 -0700
commitf200e9c401288c315c7c039a66ec9f2054d31396 (patch)
treef170e77f8fc4d2600a5d3b5a201b6afe26b6240b
parent474d80f419364c260c1ec49968fdaa69f366fe5f (diff)
downloadmeta-openembedded-f200e9c401288c315c7c039a66ec9f2054d31396.tar.gz
libimport-into-perl: upgrade 1.002004 -> 1.002005
1.002005 - 2015-08-28 - fix level as a hashref parameter Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb (renamed from meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb
index 76e4d3bbf1..ce4c1f2ad1 100644
--- a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb
+++ b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002005.bb
@@ -16,8 +16,8 @@ HOMEPAGE = "https://metacpan.org/pod/Import::Into"
16LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 16LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
17LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c" 17LIC_FILES_CHKSUM = "file://README;beginline=209;endline=223;md5=3cf363f1e405dea6db2c6cd0ef23680c"
18 18
19SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz" 19SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Import-Into-${PV}.tar.gz"
20SRC_URI[sha256sum] = "decb259bc2ff015fe3dac85e4a287d4128e9b0506a0b2c5fa7244836a68b1084" 20SRC_URI[sha256sum] = "bd9e77a3fb662b40b43b18d3280cd352edf9fad8d94283e518181cc1ce9f0567"
21 21
22S = "${UNPACKDIR}/Import-Into-${PV}" 22S = "${UNPACKDIR}/Import-Into-${PV}"
23 23