Switch to Mouse::Exporter
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-02 gfx Mouse::Meta::Class and Mouse::Meta::Role are now extens...
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-27 gfx Fix compatibility issue on Ark
2009-09-27 gfx Fix an issue that breaks a backward compatibility.
2009-09-25 gfx No base.pm
2009-09-25 gfx Improve documents
2009-09-25 gfx Tidy
2009-09-24 gfx Refactor many many things
2009-09-24 gfx Add some tests
2009-09-23 gfx Checking in changes prior to tagging of version 0.33... 0.33
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Add various things
2009-09-22 gfx Implement confliction checks in roles
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Add has_x_method_modifiers, but not yet tested
2009-09-20 gfx Creanup
2009-09-20 gfx Refactoring
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
2009-09-16 sunnavy Moose role class has ->meta in method_list since 0...
2009-09-15 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-15 gfx Improve type constraint stuff
2009-09-15 gfx Support is => 'bare' for compatibility
2009-04-11 Tokuhiro Matsuno tckect #42992: Method modifiers affect all classes...
2009-04-02 Tokuhiro Matsuno more strict argument check. Mouse does not support...
2009-04-01 Shawn M Moore Fix another keyword regex
2009-03-30 Nick Woolley Modified glob asignment to be coderef assignment. ...
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...
2009-03-07 Tokuhiro Matsuno oops. we want to use 'metaclass' in role, too :(
2008-12-09 Shawn M Moore Anchor this same regex in Mouse::Meta::Role
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-07 Tokuhiro Matsuno improvement the compatibility with Moose.
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...