Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 040_type_constraints /
2010-11-04 Fuji, Goro Add failing tests, needed by MouseX::NativeTraits testing
2010-09-27 Fuji, Goro Update tests
2010-09-25 Fuji, Goro Resolve some TODO tests about type constraints
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-07-20 gfx Import a latest test file for register_type_constraints...
2010-02-19 gfx Resolve several failing tests
2010-02-19 gfx Add assert_valid() to Meta::TypeConstraint
2010-01-09 gfx Fix Str() and ScalarRef()
2010-01-02 Goro Fuji Replace CRLF to LF with all the files
2009-12-08 gfx Add Test::Mouse
2009-10-27 gfx Resolve a failing test
2009-10-19 gfx Modernize some tests
2009-10-19 gfx Resolve some tests
2009-10-19 gfx Import tc tests
2009-10-01 gfx s/Moose/Mouse/ in a test
2009-09-30 gfx Copy two test files from Moose
2009-09-30 gfx CRLF to LF
2009-09-29 gfx Add two test file about union types
2009-09-24 gfx Move features used only for testing to t/lib/Test/Mouse.pm
2009-09-23 gfx Add a test file for type constraints