Simplify Mouse::Meta::Role::Composite::_apply_methods()
[gitmo/Mouse.git] / t /
2009-10-07 gfx Fix t/010_basics/007_always_strict_warnings.t; Now...
2009-10-07 gfx Add test for Mouse::Exporter
2009-10-05 gfx Fix a test
2009-10-04 gfx Add a test for find_attribute_by_name() using t::lib...
2009-10-04 gfx Import Moose/t/010_basics/*.t
2009-10-04 gfx Add tests for Mouse::Util::meta()
2009-10-04 gfx Fix clone_and_inherit_options() to take 'traits' and...
2009-10-03 gfx Fix issues on 5.6.2
2009-10-03 gfx Add a test file
2009-10-03 gfx Rename t/000-recipes to t/000_recipes
2009-10-03 gfx Fix tests
2009-10-02 gfx Add 2 test files
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-10-02 gfx Fix a test
2009-10-02 gfx Add a test file to extend metaclasses
2009-10-02 gfx Tidy
2009-10-02 gfx Remove the use of get_attribute_map()
2009-10-01 gfx s/Moose/Mouse/ in a test
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-30 gfx Copy two test files from Moose
2009-09-30 gfx Copy two test files from Moose
2009-09-30 gfx CRLF to LF
2009-09-30 gfx Refactor type constraints
2009-09-30 gfx Move a test as t/052-unidefined-type-in-union.t
2009-09-29 gfx Add a test for deprecated feature
2009-09-29 gfx Add two test file about union types
2009-09-29 gfx Add test on type constraints with complex parameters
2009-09-29 gfx Add tests for $tc->is_a_type_of
2009-09-28 gfx Fix a test
2009-09-28 gfx Fix AUTHORS in pod for Module::Install to recognize...
2009-09-25 gfx Release date
2009-09-25 gfx Fix tests and documents
2009-09-25 gfx Fix various tests for new Mouse
2009-09-25 gfx Fix a test: package B conflicts the B module
2009-09-25 gfx Tidy
2009-09-25 gfx Method modifiers are implemented in Mouse
2009-09-25 gfx Move some test files
2009-09-25 gfx Changelogging
2009-09-25 gfx Make a test TODO
2009-09-24 gfx Skip a test requiring method modifiers
2009-09-24 gfx Add tests related to attribute traits
2009-09-24 gfx Refactor many many things
2009-09-24 gfx Fix class_type
2009-09-24 gfx Move features used only for testing to t/lib/Test/Mouse.pm
2009-09-24 gfx Add some tests
2009-09-23 gfx Add tests for recipes, just copied from Moose
2009-09-23 gfx Squirrel::Role also produces warnings
2009-09-23 gfx Add a test file for type constraints
2009-09-23 gfx Fix type constraint issue
2009-09-23 gfx Fix RT #49902
2009-09-22 gfx Add a test file
2009-09-22 gfx Fix the timing triggers are invoked
2009-09-22 gfx CRLF to LF
2009-09-22 gfx Remove unused test files
2009-09-22 gfx Add various things
2009-09-22 gfx Implement confliction checks in roles
2009-09-22 gfx Add some test files
2009-09-22 gfx Fix tests
2009-09-22 gfx Note failures in 5.10.1, but I don't know why it happens
2009-09-22 gfx Change, Fix, Improve
2009-09-21 gfx More compatibility
2009-09-21 gfx Remove a version check
2009-09-21 gfx Fix typos in tests
2009-09-21 gfx Merge branch 'master' into topic/more-compatible
2009-09-21 gfx Make anonymous classes work correctly
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx Fix tests for accessors
2009-09-21 gfx (Re-)organize Method Accessor, implementing has .....
2009-09-21 Tokuhiro Matsuno this test fails with older moose
2009-09-21 gfx Add a test file for throw_error()
2009-09-20 gfx Fix a bug related to the randomized hash keys.
2009-09-20 gfx Refactoring
2009-09-17 sunnavy small test update
2009-09-17 gfx Add missing is => 'bare' to a test
2009-09-17 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
2009-09-16 sunnavy Moose role class has ->meta in method_list since 0...
2009-09-15 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-15 gfx Improve type constraint stuff
2009-09-15 gfx Support is => 'bare' for compatibility
2009-07-01 Tomas Doran (t0m) Fix issue reported by ArjenL in #moose
2009-06-15 Shawn M Moore Don't warn about squirrel deprecations 0.24
2009-06-14 Shawn M Moore This fails with older Moose. Not sure which version...
2009-06-10 Tokuhiro Matsuno added Mouse->init_meta
2009-06-09 Tokuhiro Matsuno construct_instance is obsolated, use construct_instance...
2009-06-09 Tokuhiro Matsuno update the test code from latest moose repo
2009-06-09 Tokuhiro Matsuno latest moose inlining destructor by default
2009-04-15 Shawn M Moore Make sure that role overrides work as specced
2009-04-13 Tokuhiro Matsuno bug fixed. test is very important things!
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-11 Tokuhiro Matsuno tckect #42992: Method modifiers affect all classes...
2009-04-11 Tokuhiro Matsuno Moose says 'The clone_instance method has been made...
2009-04-10 Joel Bernstein Fix test failures when user does not have C::Method...
2009-04-10 Tokuhiro Matsuno class-mop says 'The compute_all_applicable_attributes...
2009-04-09 Shawn M Moore throws_ok -> todo
2009-04-07 Tokuhiro Matsuno fixed test count
2009-04-06 wu-lee Whoops. This should have been included in the previous...
2009-04-06 wu-lee Fixed bug in the immutable constructor. It now redispa...
2009-04-03 wu-lee Added test for the correct application order when multi...
next