From a8bc1ca3b14554df9bbeaf4fcc09d5cb37d85326 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:21 +0800 Subject: [PATCH] librole-tiny-perl: upgrade 2.002004 -> 2.002005 Changelog: ========== - split role initialization from setting pragmas to allow more flexibility for subclasses - ensure consistent internal handling of Class::C3 vs mro - reduced Exporter dependency to 0 (any version) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...role-tiny-perl_2.002004.bb => librole-tiny-perl_2.002005.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/librole/{librole-tiny-perl_2.002004.bb => librole-tiny-perl_2.002005.bb} (89%) diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002005.bb similarity index 89% rename from meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb rename to meta-perl/recipes-perl/librole/librole-tiny-perl_2.002005.bb index 69d84a6edf..10b063bf46 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002005.bb @@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" -SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" +SRC_URI[sha256sum] = "4618ec524618c104dc28a8cc86af129a00cad282aea7f4c75060ba05d4c8f4d7" S = "${UNPACKDIR}/Role-Tiny-${PV}"