Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 030_roles / 002_role.t
2010-09-24 Fuji, Goro Revert autogenerated tests. Tests should not changed...
2010-09-24 Fuji, Goro Regenerate test files
2010-09-23 Fuji, Goro chmod -x
2009-12-08 gfx Add Test::Mouse
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-25 gfx Tidy
2009-09-21 gfx Mouse::Role improved
2009-09-17 sunnavy small test update
2009-09-17 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
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-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...