Moose::Cookbook
- added the Moose::Cookbook with 5 recipes,
describing all the stuff Moose can do.
- added the Moose::Cookbook with 5 recipes,
Moose
- fixed an issue with &extends super class loading
it now captures errors and deals with inline
packages correctly (bug found by mst, solution
stolen from alias)
- added super/override & inner/augment features
- added tests and docs for these
- fixed an issue with &extends super class loading
Moose::Object
- BUILDALL now takes a reference of the %params
that are passed to &new, and passes that to
each BUILD as well.
- BUILDALL now takes a reference of the %params
Moose::Util::TypeConstraints
- Type constraints now survive runtime reloading
- added test for this
- Type constraints now survive runtime reloading