Upstream changes:
0.13 2013-01-07 20:59:07 PST-0800
- Resolve failure reports in 5.17.* due to changes in SVf_AMAGIC
0.12 2013-01-05 12:10:02 PST-0800
- Bump dependency on namespace::autoclean (RT#69313)
0.11 2012-11-17 22:09:00 +0000
- Fix dependency issues from AutoPrereqs. RT#81145
0.10 2012-11-13 00:41:00 +0000
- Remove use of MooseX::Types to allow Catalyst to work on perl
5.8.5 RT#77100, RT#81124
- Fix bug causing attributes to get lost if they were added to a
role before composing a ::WithOverloading role onto it.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.05 Sat, 18 Jan 2010 18:15:00 +0000
* Work around changes in composition_class_role in Moose >= 0.93_01
to be compatible with both old and new Moose versions.
0.04 Mon, 04 Jan 2010 18:40:11 +0100
* Depend on Test::More 0.88 for done_testing.
a Moose extension for roles which support overloading (perl5 module) in
version 0.03:
MooseX::Role::WithOverloading allows to write a Moose::Role which defines
overloaded operators and allows those operator overloadings to be composed
into the classes/roles/instances it's compiled to, while plain Moose::Roles
would lose the overloading.