Make type constraint messages compatible with Moose's
[gitmo/Mouse.git] / t /
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
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-28 gfx Shorten a test file name
2010-02-27 Ævar Arnfjörð Bjar... Moose used an incorrect cast at the C-level resulting...
2010-02-26 gfx Deprecate Mouse->export and Mouse->export_to_level.
2010-02-26 gfx More tests for strict constructor
2010-02-23 gfx Move is_valid_class_name into XS
2010-02-22 gfx Resolve a todo: if you set both 'isa' and 'does' on...
2010-02-22 gfx Optimize Method::Delegation
2010-02-22 gfx Fix a possible segv on DESTROY
2010-02-22 gfx Skip tests for strict constructor on Moose
2010-02-20 gfx Add tests for strict constructors
2010-02-20 gfx Work around 5.6.2 warnings
2010-02-19 gfx Add argument currying for delegation
2010-02-19 gfx Resolve several failing tests
2010-02-19 gfx Add assert_valid() to Meta::TypeConstraint
2010-02-19 gfx Add type_parameter() and __is_parameterized() to Meta...
2010-02-12 gfx Add tests for traits
2010-02-12 gfx Revert "Add todo tests: mouse_extends_moose.t"
2010-02-10 gfx Add todo tests: mouse_extends_moose.t
2010-02-10 gfx Update tests
2010-02-08 gfx Resolve a failing test: method_modifier_with_regexp
2010-02-05 gfx Resolve a todo
2010-02-05 gfx Make several role attribute tests todo
2010-02-05 gfx Remove some todos in tests
2010-02-02 gfx Fix RT #54203 (reported by chocolateboy) that setters...
2010-01-31 gfx Remove imcompatible 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-09 gfx Fix Str() and ScalarRef()
2010-01-09 gfx Apply a patch to support handle => sub { ... }, contrib...
2010-01-09 gfx Revert "Add a test file for RT #53286"
2010-01-09 gfx CRLF to LF
2010-01-02 Goro Fuji Add a test file for RT #53286
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-18 gfx Rename for portability to resolve RT #52828
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-26 gfx Remove method list without explanations
2009-11-18 gfx Tidy
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Resolve two "failing" tests
2009-11-17 gfx Resolve a "failing" test
2009-11-17 gfx Remove a resolved test
2009-11-17 gfx Resolve 013_metaclass_traits.t, but not completed
2009-11-17 gfx TODO
2009-11-17 gfx Resolve 015_metarole.t
2009-11-17 gfx Import t/050_metaclass from Moose
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 Skip extending tests
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx No -T in tests
next