Skip tests for strict constructor on Moose
[gitmo/Mouse.git] / t / 001_mouse /
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
2009-10-10 gfx Move t/*/t into t/001_mouse