[oe-commits] [meta-openembedded] 27/50: libmoo-perl: upgrade 2.003002 -> 2.003004

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 794ce4ddca357b25045606df0fb27c7630f020c8
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Sun Jan 21 14:44:07 2018 -0800

    libmoo-perl: upgrade 2.003002 -> 2.003004
    
    Changes:
    
    2.003004 - 2017-12-01
      - re-allow stubs for attribute parameters like isa or coerce (RT#123753)
      - fix accidentally removed space in coderef error message (GH#33)
      - fix test errors with old Carp versions
    
    2.003003 - 2017-11-16
      - test tweaks
      - fix handling of code refs stored directly in the stash (for perl 5.28)
      - consider inline packages with constants in them as being loaded
      - stubs will be treated as methods that exist when inflating to Moose
      - avoid loading overload.pm unless required
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../libmoo/{libmoo-perl_2.003002.bb => libmoo-perl_2.003004.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003002.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003004.bb
similarity index 91%
rename from meta-perl/recipes-perl/libmoo/libmoo-perl_2.003002.bb
rename to meta-perl/recipes-perl/libmoo/libmoo-perl_2.003004.bb
index a0fe492..a260ab8 100644
--- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003002.bb
+++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003004.bb
@@ -10,8 +10,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=731;endline=776;md5=27efedd175eeaddbd18f4e3572bd72a8"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz"
-SRC_URI[md5sum] = "e9f1f3159555ecebcd062e998f297a94"
-SRC_URI[sha256sum] = "f3e9741e79baa63e89f5a08706cd80d18c0a5a37e3d898847e002310e06582f1"
+SRC_URI[md5sum] = "d4fcd0f240033198571fcc81ce7c5f15"
+SRC_URI[sha256sum] = "f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1"
 
 S = "${WORKDIR}/Moo-${PV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list