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.