test for non-lvalue instances
[gitmo/Moose.git] / t / 040_type_constraints / 020_class_type_constraint.t
2010-04-30 Florian Ragwitz Stop making $class_tc->is_subtype_of behave like -...
2010-03-31 Florian Ragwitz Make Moose::Meta::TypeConstraint::Class correctly rejec...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-04-12 Yuval Kogman equals testing for class type constraint
2008-04-12 Yuval Kogman add a test for the 'class' attribute of TC::Class
2008-03-13 Guillermo Roditi allow class_type to accept a custom message. sorry...
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class