Moose used an incorrect cast at the C-level resulting in errors with >2**32 IV's...
[gitmo/Mouse.git] / t / 020_attributes /
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