Moose 0.44 Released
[email protected] (Stevan Little)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
Moose 0.44 was released today, not too many changes actually, but
some new documentation thanks to Dave Rolsky.
- Stevan
* Moose
- made make_immutable warning cluck to
show where the error is (thanks mst)
* Moose::Object
- BUILDALL and DEMOLISHALL now call
->body when looping through the
methods, to avoid the overloaded
method call.
- fixed issue where DEMOLISHALL was
eating the $@ values, and so not
working correctly, it still kind of
eats them, but so does vanilla perl
- added tests for this
* Moose::Cookbook::Recipe7
- added new recipe for immutable
functionality (thanks Dave Rolsky)
* Moose::Cookbook::Recipe9
- added new recipe for builder and
lazy_build (thanks Dave Rolsky)
* Moose::Cookbook::Recipe1
- added new recipe for method aliasing
and exclusion with Roles (thanks Dave Rolsky)
* t/
- fixed Win32 test failure (thanks spicyjack)
~ removed Build.PL and Module::Build compat
since Module::Install has done that.