Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 020_attributes /
2011-05-16 Fuji, Goro Make sure weak attributes remain weak when cloning...
2010-09-27 Fuji, Goro Fix the delegation rule
2010-09-27 Fuji, Goro Duplicated role_type() and class_type() no longer throw...
2010-09-25 Fuji, Goro Fix a test
2010-09-25 Fuji, Goro Reorganize t/020_attributes/
2010-09-24 Fuji, Goro Cleanup failing tests
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
2010-09-06 gfx Catch up Moose's change d21262bd42c2539c47e5d41e7506710...
2010-07-26 gfx Resolve a failing test file
2010-07-26 gfx Resolve a failing test file although some are skipped
2010-07-26 gfx Fix illegal option process, add tests for it
2010-07-26 gfx Add illigal inheritance process (Moose 1.09 feature)
2010-06-09 gfx Make type constraint messages compatible with Moose's
2010-02-22 gfx Resolve a todo: if you set both 'isa' and 'does' on...
2010-02-05 gfx Resolve a todo
2010-01-09 gfx Apply a patch to support handle => sub { ... }, contrib...
2009-12-08 gfx Add Test::Mouse
2009-10-12 gfx Resolve a 'failing' test, although it has some TODOs
2009-10-10 gfx Import Moose/t/100_bugs
2009-10-09 gfx Fix tests for Moose compatibility
2009-10-08 gfx Resolve many 'failing' tests
2009-10-08 gfx Import tests for attribute from Mouse's tests
2009-10-04 gfx Fix clone_and_inherit_options() to take 'traits' and...
2009-10-03 gfx Fix issues on 5.6.2
2009-10-03 gfx Fix tests
2009-10-02 gfx Add 2 test files
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-09-25 gfx Method modifiers are implemented in Mouse
2009-09-24 gfx Skip a test requiring method modifiers
2009-09-24 gfx Add tests related to attribute traits