0.06 Thu Jul 23 02:10:07 2008
* Deprecating before/after/around triggers! Switch back to coderef +
whatever you used to do. Moose is have it implemented it as an extension
trait.
* Mouse
- updated trigger doc (thanks perigrin)
- which will not see CPAN :( sorry perigrin!
* Mouse::Meta::Class
- add a make_immutable method which does nothing(!), for even more
Moose compat (nothingmuch's idea)
Mouse is Moose minus the antlers.
(Moose is "A postmodern object system for Perl 5".)
Moose is wonderful.
Unfortunately, it's a little slow. Though significant progress has
been made over the years, the compile time penalty is a non-starter
for some applications.
Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, "has" in Moose is missing
only a few expert-level features.