Change from previous:
0.09 2011-02-26
- In Moose 1.9900+, attributes from roles no longer acquire the consuming
class's attribute traits. However, you can apply attribute traits like this
one to attributes in roles, and that trait is preserved when the role is
applied to a class.
See the documentation for more details.
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 LICENSE
- adjust PERL5_MODULE_TYPE
Upstream changes:
0.08 2010-07-20
- Fix a bad example in the SYNOPSIS.
0.07 2010-07-14
- Fix bad uri for bugtracker in metadata
0.06 2010-07-14
- Use modern Moose APIs, to avoid warnings with the next Moose release.
- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05
- Adjusting license / Moose dependency according to META.yml
Upstream changes:
0.05 2009-07-15
- Now requires Moose 0.84 to prevent test failures.
0.04 2009-07-09
- This module unconditionally deleted the "is" parameter, which meant
it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
by Jesse Luehrs. RT #47711.
dependency of upcoming import for p5 module File::ChangeNotify (which is
a dependency for the scheduled p5-Catalyst-Devel update).
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the accessor,
while set methods are prefixed with "set_".