Keep track of the instantiated metaclass in associated_class, use the MOP better...
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
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...