Moose::Meta::Attribute
- Added support for the new builder option (groditi)
- Added support for lazy_build option (groditi)
- Changed slot initialization for predicate changes (groditi)
- Added support for the new builder option (groditi)
Moose::Meta::Method::Accessor
- Added support for lazy_build option (groditi)
- Fix inline methods to work with corrected predicate
behavior (groditi)
- Added support for lazy_build option (groditi)
Moose::Meta::Method::Constructor
- Added support for lazy_build option (groditi)
- Added support for lazy_build option (groditi)
t/
- tests for builder and lazy_build (groditi)
- tests for builder and lazy_build (groditi)
fixing some misc. bits in the docs that
got mentioned on CPAN Forum & perlmonksMoose::Meta::Role
- fixed how required methods are handled
when they encounter overriden or modified
methods from a class (thanks to confound).
- added tests for this
- fixed how required methods are handled
Moose::Util::TypeConstraint
- fixed the type notation parser so that
the | always creates a union and so is
no longer a valid type char (thanks to
konobi, mugwump and #moose for working
this one out.)
- added more tests for this
- fixed the type notation parser so that