From 29aeb06f60882e8ff2f194d438cee360d40c5c65 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 21 Jan 2018 14:44:10 -0800 Subject: [PATCH] librole-tiny-perl: upgrade 2.000005 -> 2.000006 Changes: 2.000006 - 2017-11-08 - account for code references stored directly in stash (for perl 5.28) - work around hint leakage when loading modules in perl 5.8 and 5.10.1 Signed-off-by: Tim Orling Signed-off-by: Armin Kuster --- ...le-tiny-perl_2.000005.bb => librole-tiny-perl_2.000006.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/librole/{librole-tiny-perl_2.000005.bb => librole-tiny-perl_2.000006.bb} (84%) diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000006.bb similarity index 84% rename from meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb rename to meta-perl/recipes-perl/librole/librole-tiny-perl_2.000006.bb index f684f684bf..c2755ea0f7 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000006.bb @@ -9,8 +9,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README;beginline=177;endline=214;md5=26df7e7c20551fb1906e2286624f0b71" SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" -SRC_URI[md5sum] = "c8c5cf1e02d2e0a1ed22530b55b67d66" -SRC_URI[sha256sum] = "593a29b621e029bf0218d0154d5dfdf6ec502afc49adeeadae6afd0c70063115" +SRC_URI[md5sum] = "7c277728a7e090f64b495857cadfed08" +SRC_URI[sha256sum] = "cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382" S = "${WORKDIR}/Role-Tiny-${PV}"