Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t /
2011-11-12 Fuji, Goro Merge branch 'master' of github.com:gfx/p5-Mouse-temporary
2011-10-07 Fuji Goro More tests
2011-10-03 Fuji Goro Remove debug messages because xsubpp problems have...
2011-07-18 Fuji, Goro Add a failing test for RT #69237 (lazy+threads)
2011-05-25 Todd Rinaldo tests with perl 5.14 produce deprecation warnings ...
2011-05-16 Fuji, Goro Make sure weak attributes remain weak when cloning...
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 Support DOES()
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 Display xsubpp settings to make CPAN testers more infor...
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-11-04 Fuji, Goro Add failing tests, needed by MouseX::NativeTraits testing
2010-10-28 Fuji, Goro Add tests
2010-10-05 Fuji, Goro Resolve RT #61906, reported by Syohei Yoshida.
2010-10-05 Fuji, Goro Resolve RT #61852, thanks to Vincent Pit
2010-09-29 Fuji, Goro Checking in changes prior to tagging of version 0.77. 0.77
2010-09-28 Fuji, Goro Import tests for Test::Mouse
2010-09-28 Fuji, Goro Workaround 5.6 problems
2010-09-27 Fuji, Goro Update tests
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-27 Fuji, Goro Merge remote branch 'origin/master' into merge-0.74
2010-09-26 Fuji, Goro Add failing tests
2010-09-26 gfx No "use metaclass"
2010-09-26 gfx Skip threading tests on Test::More 2.00_01
2010-09-26 gfx Test::Builder2 2.00_01 must be loaded first
2010-09-25 Fuji, Goro Checking in changes prior to tagging of version 0.72. 0.72
2010-09-25 Fuji, Goro Fix a test
2010-09-25 Fuji, Goro Remove some TODO tags
2010-09-25 Fuji, Goro Revert "Fix t/lib/MooseCompat.pm"
2010-09-25 Fuji, Goro Fix t/lib/MooseCompat.pm
2010-09-25 Fuji, Goro Test fix
2010-09-25 Fuji, Goro Make the interface of composite role more comatible
2010-09-25 Fuji, Goro Rename a too-long-length name
2010-09-25 Fuji, Goro Reorganize t/400_mouse_util
2010-09-25 Fuji, Goro Reorganize t/300_immutable/
2010-09-25 Fuji, Goro Reorganize t/100_bugs/
2010-09-25 Fuji, Goro Reorganize t/050_metaclasses/
2010-09-25 Fuji, Goro Resolve some TODO tests about type constraints
2010-09-25 Fuji, Goro Reorganize t/020_attributes/
2010-09-25 Fuji, Goro Update t/lib
2010-09-25 Fuji, Goro Update t/lib/MooseCompat.pm
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 Rename non-portable filenames
2010-09-24 Fuji, Goro Fix tests
2010-09-24 Fuji, Goro Regenerate test files
2010-09-24 Fuji, Goro Add some testing stuff to t/lib/MooseCompat.pm
2010-09-23 Fuji, Goro chmod -x
2010-09-23 Fuji, Goro Tests
2010-09-17 gfx Make Delegations work with method modifiers
2010-09-13 gfx Add a test
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 Checking in changes prior to tagging of version 0.65. 0.65
2010-09-09 gfx Fix tests for Test::Builder2
2010-09-06 gfx Catch up Moose's change d21262bd42c2539c47e5d41e7506710...
2010-09-06 gfx Avoid warnings on compatibility tests
2010-09-06 gfx 'alias' and 'excludes' in with() are deprecated
2010-07-26 gfx Remove long deprecated methods in M::M::Attribute
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-07-26 gfx Add $attr->insertion_order
2010-07-20 gfx Import a latest test file for register_type_constraints...
2010-07-06 gfx Make strict_constructor public
2010-07-03 gfx Fix threading tests for bad perls:
2010-06-19 gfx Fix the Perl_call_sv() problem again, and tests for it
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-06-09 gfx Skip a test that fails on some platforms
2010-05-18 Fuji, Goro Fix a test
2010-05-18 Fuji, Goro Disable a part of tests on 5.13.0
2010-05-07 Fuji, Goro Workaround RT #57144, caused by Perl_call_sv()'s bug
2010-05-07 Fuji, Goro Add RT57144.t, but it is not fixed yet...
2010-04-29 gfx Rename a test directry name to be clear
2010-04-29 gfx Resolve RT #56837 (reported by Sanko Robinson), based...
2010-04-21 gfx Workaround a bug with threads. cleaning stash with...
2010-04-21 gfx Comment out a debug output
2010-04-17 gfx Add a test file for RT #56523
2010-04-11 gfx Fix clone_object() to ignore hehaviours without init...
2010-04-11 gfx Rename a wrong-named test file
2010-03-27 gfx Remove caveats about RT#69939
2010-03-16 gfx Fix an env setting
2010-03-16 gfx Ensure to use Mouse in Any::Moose
2010-03-15 gfx Rearrange test files
2010-03-15 gfx Fix an issue on the Int type constraint, to accept...
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
next