Fix docs. The phrases "Fewer than 1%" and "over 96%" are very confusing, so I removed...
[gitmo/Mouse.git] / t / 030_roles /
2010-02-10 gfx Update tests
2010-02-05 gfx Make several role attribute tests todo
2009-12-08 gfx Add Test::Mouse
2009-10-24 gfx Lazy load Mouse::Meta::Role
2009-10-12 gfx Resolve a 'failing' test
2009-10-09 gfx Move non-useful, Moose-specific methods into t/lib...
2009-10-08 gfx Resolve 4 'failing' tests
2009-10-07 gfx Resolve 4 'failing' tests
2009-10-07 gfx Resolve a failing test
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-25 gfx Tidy
2009-09-25 gfx Method modifiers are implemented in Mouse
2009-09-22 gfx Remove unused test files
2009-09-22 gfx Add various things
2009-09-22 gfx Implement confliction checks in roles
2009-09-21 gfx Fix typos in tests
2009-09-21 gfx Make anonymous classes work correctly
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-06-09 Tokuhiro Matsuno construct_instance is obsolated, use construct_instance...
2009-06-09 Tokuhiro Matsuno update the test code from latest moose repo
2009-04-10 Joel Bernstein Fix test failures when user does not have C::Method...
2009-04-07 Tokuhiro Matsuno fixed test count
2009-04-06 wu-lee Fixed bug in the immutable constructor. It now redispa...
2009-04-02 Tokuhiro Matsuno less deps in Makefile.PL
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...