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:
- adjust dependencies
Upstream changes:
0.14 2010-07-19
- Avoid warnings from Moose 1.09, part 2 (Dave Rolsky).
0.13 2010-07-18
- Also avoid warnings in MooseX::NonMoose::InsideOut.
0.12 2010-07-18
- Avoid warnings from Moose 1.09 (Dave Rolsky).
0.11 2010-06-30
- Actually use the right test.
0.10 2010-06-30
- Don't break if someone specifies a version to extends.
0.09 2010-06-15
- Fix several issues relating to picking the correct constructor to call
from the constructor that we build.
0.08 2010-05-20
- Fix inheriting from classes which don't bless their instances into the
correct class when subclassing (jhallock).
- Update for things fixed in latest Moose.
ChangeLog:
0.07 09/27/2009
Start adding support for non-Moose destructors. Destructor inlining isn't
supported yet, since Moose isn't quite flexible enough there for it to be
more than an annoying hack, but this should still work with immutable
classes anyway.
0.06 09/27/2009
defining a custom constructor in a class using mx-nonmoose now works
use a less broken test for whether or not a superclass has an inlined
constructor (fixes issue uncovered by fixes to Moose's metaclass
compatibility fixing)
Packages Collection.
The Perl 5 module MooseX::NonMoose allows for easily subclassing
non-Moose classes with Moose, taking care of the annoying details.