Upstream changes:
0.12 2014-01-11 15:52:52
- fix bogus prereqs, PR from felliott (Fitz Elliott)
0.11 2014-01-07 16:04:55
- add +_traits_behave_like_roles config attribute which prevents roles from
overriding class methods, matching the behavior of regular Moose roles
- remove Class::MOP::load_class and use Class::Load due to deprecation
warning
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
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:
- 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.