Fix the timing triggers are invoked
[gitmo/Mouse.git] / t /
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...
2009-04-03 wu-lee Added test for the correct BUILD order after immutable...
2009-04-03 wu-lee Adjusted default 'isa' typeconstraint construction...
2009-04-02 Tokuhiro Matsuno less deps in Makefile.PL
2009-04-02 Tokuhiro Matsuno t/900_bug/001_immutable_types.t: oops. 'package B'...
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Tokuhiro Matsuno added Meta::Class->add_attribute_list for Moose compati...
2009-04-02 Tokuhiro Matsuno added comment
2009-04-02 Tokuhiro Matsuno make a subtype for each Mouse class This behavior is...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-02 Daisuke Maki (lest... implement Maybe
2009-04-01 Shawn M Moore Update error message to match Moose's
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2009-04-01 Shawn M Moore TODO package A;our @VERSION passing is_class_loaded
2009-04-01 Shawn M Moore Need to actually be tests to be usefully todo'd
2009-04-01 Shawn M Moore Turn the throws_ok failures into TODO tests
2009-04-01 Shawn M Moore Fix version check
2009-04-01 Shawn M Moore Fix use of meta-attr in trigger
2009-04-01 Shawn M Moore Remove third argument to trigger
2009-03-31 Nick Woolley Added a new test, essentially the code posted in RT...
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...
2009-03-08 Shawn M Moore Avoid depending on method modifiers again
2009-03-08 Shawn M Moore Don't use a method modifier in a test, since they may...
2009-03-07 Daisuke Maki Make coercion work for parameterized types
2009-03-07 Daisuke Maki I want parameterized types... I want it!
2009-03-07 Tokuhiro Matsuno oops. we want to use 'metaclass' in role, too :(
2009-03-07 Shawn M Moore No need to skip these tests, since tokuhirom++ implemen...
2009-03-04 Tokuhiro Matsuno added YourClass->meta->add_attribute(foo => (is =>...
2009-03-04 Tokuhiro Matsuno support Mouse->import({into_level => 1}).
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.
2009-02-23 Shawn M Moore Throw a more useful error when users try to use a param...
2009-02-10 Shawn M Moore Include CMMF in t/000-load
2009-02-10 Shawn M Moore Skip these tests if you have an old Moose
2009-02-10 Shawn M Moore Describe which versions of Moose we need when we skip...
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Shawn M Moore Upgrading Moose fixed test failures in these files...
2009-02-05 Shawn M Moore Avoid the warning about exporting sugar into main
2009-02-05 Shawn M Moore MouseX::Types is now in its own dist
2009-02-05 Shawn M Moore Implement override/super
2009-02-05 Shawn M Moore Implement basic usage of "enum" type constraints
2009-02-05 Shawn M Moore Don't require there to be a BUILDARGS method; fix undef...
2009-02-05 Shawn M Moore We can't support this yet, so TODO and make sure we...
2009-02-05 Shawn M Moore Ensure that we're not blowing away an inherited constructor
2009-02-05 Shawn M Moore Extra ;
2009-02-05 Shawn M Moore TODOify it for now
2009-02-05 Shawn M Moore Failing test for using a custom message in a subtype
2008-12-22 Shawn M Moore Better test here; check the error message
2008-12-22 Shawn M Moore Rename this class to avoid a type collision
2008-12-22 Shawn M Moore Write the anon-class test such that we can run it again...
2008-12-22 Shawn M Moore Begin stealing more Moose meta API
2008-12-22 Shawn M Moore Same API as Moose for Mouse::Meta::Attribute->new
next