Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 001_mouse /
2011-11-12 Fuji, Goro Merge branch 'master' of github.com:gfx/p5-Mouse-temporary
2011-10-07 Fuji Goro More tests
2011-07-18 Fuji, Goro Add a failing test for RT #69237 (lazy+threads)
2011-03-14 Fuji, Goro Make check() accept extra args
2011-02-21 Fuji, Goro Checking in changes prior to tagging of version 0.90. 0.90
2011-02-21 Fuji, Goro Workaround a Test::Builder2 (2.00_06)'s threading issue.
2010-11-13 Fuji, Goro Lazy initialization of coercions
2010-11-12 Fuji, Goro Fix role application to instances;
2010-11-12 Fuji, Goro Tests
2010-11-10 Fuji, Goro Fix an error message to compatible with Moose
2010-11-10 Fuji, Goro Fix tests for portability
2010-11-08 Fuji, Goro Fix 'Int' type constraint for dualvars (like $!)
2010-11-05 Fuji, Goro Fix type constraints to get $tc->type_parameter correctly
2010-10-28 Fuji, Goro Add tests
2010-10-05 Fuji, Goro Resolve RT #61906, reported by Syohei Yoshida.
2010-09-29 Fuji, Goro Checking in changes prior to tagging of version 0.77. 0.77
2010-09-28 Fuji, Goro Workaround 5.6 problems
2010-09-27 Fuji, Goro Merge remote branch 'origin/master' into merge-0.74
2010-09-26 Fuji, Goro Add failing tests
2010-09-26 gfx Skip threading tests on Test::More 2.00_01
2010-09-24 Fuji, Goro Revert autogenerated tests. Tests should not changed...
2010-09-23 Fuji, Goro Tests
2010-09-17 gfx Make Delegations work with method modifiers
2010-09-13 gfx Workaround Test::Builder2's problem that it loads the...
2010-09-12 gfx Tests
2010-09-10 gfx Workaround older perl's bug that caused segv by releasi...
2010-09-10 gfx Add test for method modifiers
2010-09-09 gfx Fix tests for Test::Builder2
2010-09-06 gfx Avoid warnings on compatibility tests
2010-09-06 gfx 'alias' and 'excludes' in with() are deprecated
2010-07-26 gfx Add $attr->insertion_order
2010-07-06 gfx Make strict_constructor public
2010-07-03 gfx Fix threading tests for bad perls:
2010-06-09 gfx Make type constraint messages compatible with Moose's
2010-06-09 gfx Follow Moose's new feature: BUILDALL is called by new_o...
2010-04-21 gfx Workaround a bug with threads. cleaning stash with...
2010-04-11 gfx Fix clone_object() to ignore hehaviours without init...
2010-03-10 gfx Make Meta::Method comparable like Class::MOP::Method
2010-03-08 gfx Fix metaclass compatibility
2010-03-08 gfx Fix triggers
2010-03-08 gfx Reinplement the type parser. Now it throws syntax error...
2010-03-07 gfx Fix a possible panic, caused by triggers (reported...
2010-03-01 gfx Fix metaclass imcompatibility issue
2010-02-28 gfx Add a todo to test metaclass compatibility
2010-02-26 gfx More tests for strict constructor
2010-02-23 gfx Move is_valid_class_name into XS
2010-02-22 gfx Optimize Method::Delegation
2010-02-22 gfx Skip tests for strict constructor on Moose
2010-02-20 gfx Add tests for strict constructors
2010-02-19 gfx Add argument currying for delegation
2010-02-19 gfx Add type_parameter() and __is_parameterized() to Meta...
2010-02-12 gfx Add tests for traits
2010-02-05 gfx Remove some todos in tests
2010-01-31 gfx More tests for magic handling
2010-01-31 gfx Fix magic handling in type constraints (reported by...
2010-01-11 gfx Merge clearer.t and predicate.t to predicate-and-clearer.t
2010-01-11 gfx Merge default-code.t to default.t
2010-01-11 gfx Merge extends.t and auto-subclass.t into subclass.t
2010-01-11 gfx Merge some tests to one file
2010-01-02 Goro Fuji Replace CRLF to LF with all the files
2009-12-19 gfx Tweaks for 5.6.2 0.45
2009-12-19 gfx Fix an issue that anonymous type constraint can't be...
2009-12-18 gfx Lazy load for Delegation class
2009-12-18 gfx Add tests for BUILDALL/DEMOLISHALL
2009-12-16 gfx Add tests for get_value etc
2009-12-09 gfx Add a test file for duck_type
2009-12-09 gfx More robust tests for threads
2009-12-09 gfx Improve enum to accept "enum($name, $arrayref)" constru...
2009-12-08 gfx Add Test::Mouse
2009-12-07 gfx Remove has_package_symbol and add_package_symbol
2009-12-05 gfx Fix tests
2009-12-04 gfx Add tests for magical vars and hash iterators
2009-12-03 gfx Add a test for C3 classes
2009-12-03 gfx Add meta() method to method metaclasses
2009-12-03 gfx Add some tests
2009-12-03 gfx Resolve skipped tests (for 5.6.2)
2009-11-26 gfx Add new test files
2009-11-26 gfx Add a constant, MOUSE_XS
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Now handles => qr/regex/ is supported
2009-11-17 gfx Add tests for constructor_class/destructor_class as...
2009-11-17 gfx Add tests for accessor robusity
2009-11-17 gfx Add threading tests
2009-11-16 gfx Add a test for weakref stuff
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx No -T in tests
2009-11-16 gfx Change inline_constructor => 0
2009-11-12 gfx Add BUILDARGS tests
2009-11-03 gfx BUILDALL and DEMOLISHALL are no longer called by the...
2009-11-01 gfx Delete a duplicated test file and add a new test file...
2009-11-01 gfx Add memory leak tests for type constraints and accessors
2009-10-30 gfx Add tests for or-combination operator
2009-10-30 gfx Add comment to 810-isa-or.t
2009-10-29 gfx Fix a test: is_class_loaded without arguments throws...
2009-10-26 gfx Fix a test
2009-10-21 gfx Fix a typo in a test
2009-10-21 gfx Rename 800_shikabased/*.t to 001_mouse/8*.t (suggested...
2009-10-19 gfx Modernize some tests
2009-10-19 gfx Add tests for subtyping issue
2009-10-12 gfx Resolve a todo
next