- added Moose::Util::apply_all_roles
[gitmo/Mouse.git] / lib / Mouse / Meta / Class.pm
2008-12-02 Tokuhiro Matsuno - added Moose::Util::apply_all_roles
2008-09-28 Shawn M Moore Remove dep on CMM by just delay-loading
2008-09-28 Shawn M Moore Mouse::Util::blessed
2008-09-28 Shawn M Moore use Mouse::Util 'get_linear_isa' instead of MRO::Compat...
2008-07-30 Shawn M Moore Refactor regular class method modifier addition to...
2008-07-24 Yuval Kogman Moose extending Mouse test & minor fixes
2008-07-20 Shawn M Moore Add a stub make_immutable for some Moose compat
2008-07-16 Shawn M Moore Metaclass->add_method
2008-06-27 Shawn M Moore Better error message for clone_instance("foo")
2008-06-27 Shawn M Moore Clean up the clone tests, better error message on cloni...
2008-06-27 Shawn M Moore Doc for some of the new meta methods
2008-06-18 Yuval Kogman clone_{object,instance}
2008-06-17 Shawn M Moore symbol lineup is mandatory
2008-06-11 Shawn M Moore Add has_attribute, rewrite Changes to be Moosier :)
2008-06-11 Shawn M Moore Add compute_all_applicable_attributes
2008-06-10 Shawn M Moore Finish moving Mouse::Attribute and Mouse::Class into...
2008-06-10 Shawn M Moore Begin moving Moose::Attribute and Moose::Class into...