diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-11 01:08:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | aded73a4c781de37dca83b4738bd535938be18b8 (patch) | |
tree | e66c29640bc119ae978c1407e08184b08298f2cc /meta-perl | |
parent | 6d02dd5f5b49b7e9504afa6ac92da7b1dfd86871 (diff) | |
download | meta-openembedded-aded73a4c781de37dca83b4738bd535938be18b8.tar.gz |
libmoo-perl: upgrade 2.004000 -> 2.005004
2.005004 - 2021-03-29
- fix file set in %INC in create_class_with_roles (RT#134845)
2.005003 - 2021-03-21
- silence 'once' warnings from Moo::_Utils
2.005_002 - 2021-01-22
- fix C3 test skipping properly when MRO::Compat not available on perl < 5.10
2.005_001 - 2021-01-20
- fix perl version check in global destruction code
2.005_000 - 2021-01-20
- remove MooseX::Types from developer prereqs
- recommend Sub::Util rather than Sub::Name, since Sub::Util is in core
- fix line numbers when using oo module (perl -Moo)
- adjust some author tests to rely less on external modules
- lower Exporter prereq to any version
- bump Role::Tiny prereq to 2.003004
- refactor and simplify role application code, as allowed by new Role::Tiny
version
- switch to using normal strict+warnings rather than strictures for authors
- remove strictures from recommends, as Moo does not use it anywhere
- remove Task::Weaken prereq, as it served no purpose
- remove MRO::Compat prereq, using it only when user code does
- remove use of Devel::GlobalDestruction in code, only using
Devel::GlobalDestruction::XS when it is available. Devel::GlobalDestruction
is still a dependency on perl < 5.14 to facilitate the installation of the
::XS module.
- Moo now has no mandatory perl version specific dependencies. The version
specific modules are now optional or not used. This means code using Moo can
be fatpacked on a new perl version without special cases, and it will work
on older perl versions.
2.004004 - 2020-11-25
- fix error location test when using core Carp on perl 5.8.9 - 5.10.1
2.004003 - 2020-11-21
- fix extraneous MANIFEST entry
2.004002 - 2020-11-20
- no changes
- releasing as stable
2.004_001 - 2020-07-30
- remove Module::Runtime prerequisite
- internal code cleanups
- added test for conflicts in extensions wrapping 'has' and similar subs
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb (renamed from meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb index dbad74d22..ecc4d87c8 100644 --- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.004000.bb +++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb | |||
@@ -10,8 +10,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
10 | LIC_FILES_CHKSUM = "file://README;beginline=742;endline=787;md5=0e7ee44f5ce5e9b84619cd198caad1d6" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=742;endline=787;md5=0e7ee44f5ce5e9b84619cd198caad1d6" |
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Moo-${PV}.tar.gz" |
13 | SRC_URI[md5sum] = "e542104553d616b15631b5c66ccee904" | 13 | SRC_URI[sha256sum] = "e3030b80bd554a66f6b3c27fd53b1b5909d12af05c4c11ece9a58f8d1e478928" |
14 | SRC_URI[sha256sum] = "323240d000394cf38ec42e865b05cb8928f625c82c9391cd2cdc72b33c51b834" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/Moo-${PV}" | 15 | S = "${WORKDIR}/Moo-${PV}" |
17 | 16 | ||