add with qw( Role1 Role2 ) support
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
2008-12-04 大沢 和宏 add with qw( Role1 Role2 ) support
2008-12-03 大沢 和宏 added role_type on Mouse::TypeRegistry
2008-12-02 Tokuhiro Matsuno support alias option on 'with'
2008-12-02 Tokuhiro Matsuno Mouse::Role supports 'with'
2008-12-02 Tokuhiro Matsuno - added Moose::Util::apply_all_roles
2008-12-02 Tokuhiro Matsuno support requires on Mouse::Role.
2008-07-30 Shawn M Moore On role apply, apply all method modifiers
2008-07-30 Shawn M Moore Add support for adding method modifiers to a role metaclass
2008-07-30 Shawn M Moore Add get_before_method_modifiers etc
2008-07-16 Shawn M Moore Keep track of the instantiated metaclass in associated_...
2008-06-19 Shawn M Moore Make it so Mouse doesn't overwrite attributes
2008-06-19 Shawn M Moore Some fixes and test improvements for roles
2008-06-18 Shawn M Moore Have Role->get_attribute return a reference instead...
2008-06-18 Shawn M Moore Make Role::with die
2008-06-17 Shawn M Moore Get attributes in role application working!
2008-06-17 Shawn M Moore Begin filling out role application
2008-06-17 Shawn M Moore Make has_attribute actually work
2008-06-17 Shawn M Moore Stub 'has_attribute' and make 'has' use 'add_attribute'
2008-06-17 Shawn M Moore Give Meta::Role a name method
2008-06-17 Shawn M Moore Begin actually filling out Mouse::Meta::Role
2008-06-17 Shawn M Moore Begin adding a Mouse::Meta::Role which is accessible...