Files
meta-openembedded/meta-perl/recipes-perl/libmoo/libmoo-perl_2.003004.bb
Tim Orling 794ce4ddca 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@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26 17:28:12 -08:00

45 lines
1.6 KiB
BlitzBasic

SUMMARY = "Moo - Minimalist Object Orientation (with Moose compatibility)"
DESCRIPTION = "This module us an extremely light-weight subset of \"Moose\" \
optimised for rapid startup and \"pay only for what you use\"."
SECTION = "libs"
HOMEPAGE = "http://metapan.org/release/Moo/"
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] = "d4fcd0f240033198571fcc81ce7c5f15"
SRC_URI[sha256sum] = "f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1"
S = "${WORKDIR}/Moo-${PV}"
inherit cpan
RDEPENDS_${PN} = " libclass-method-modifiers-perl \
libdevel-globaldestruction-perl \
libmodule-runtime-perl \
librole-tiny-perl \
perl-module-constant \
perl-module-exporter \
perl-module-mro \
perl-module-scalar-util \
"
RPROVIDES_${PN} = " libmethod-inliner-perl \
libmethod-generate-accessor-perl \
libmethod-generate-buildall-perl \
libmethod-generate-constructor-perl \
libmethod-generate-demolishall-perl \
libmoo-perl \
libmoo-handlemoose-perl \
libmoo-handlemoose-fakemetaclass-perl \
libmoo-object-perl \
libmoo-role-perl \
libsub-defer-perl \
libsub-quote-perl \
"
BBCLASSEXTEND = "native"