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.08 2009-08-27 01:08:50
- Remove use of Moose::Autobox as it fails on some platforms
(notably, Activestate have bad PPMs)
- Updating package for p5 module MooseX::Traits::Pluggable from 0.04 to 0.06
- Adjusting dependencies according to META.yml
- Changing module type (Module::Install::Bundled required?), because
bundled Module::Install contains additional packages
Upstream changes:
0.06 2009-07-17 23:33:00
- Work correctly with positional parameters followed by a hashref
passed to new_with_traits.
0.05 2009-07-17 20:15:34
- Add support for composing MooseX::MethodAttributes roles into
anonymous classes correctly.
as dependency of scheduled import of p5 module CatalystX::Component::Traits
(dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema).
Adds support for class precedence search for traits and some extra attributes.