Moose compat: handles are not canonicalized in the meta attribute's storage, instead...
[gitmo/Mouse.git] / t /
2008-06-10 Shawn M Moore Moose compat: handles are not canonicalized in the...
2008-06-10 Shawn M Moore Moose compat: Remove Mouse::Class->attributes method...
2008-06-10 Shawn M Moore Don't use meta in the reference test, Moose doesn't...
2008-06-10 Shawn M Moore Moose compat: no longer an error to have a trigger...
2008-06-10 Shawn M Moore Fix a test bug where a value was being assigned to...
2008-06-10 Shawn M Moore Moose compat: lazy-no-default error message
2008-06-10 Shawn M Moore Moose compat: required error message tweak
2008-06-10 Shawn M Moore Moose compat: throw an error on $self->reader(value)
2008-06-10 Shawn M Moore Make sure that eager builder does not run after clearer
2008-06-10 Shawn M Moore Make sure that predicate plays well with builder
2008-06-10 Shawn M Moore Tests and implementation for builder with lazy and...
2008-06-10 Shawn M Moore Improve coverage of TypeRegistry
2008-06-10 Shawn M Moore Test count fixes
2008-06-10 Shawn M Moore Little nits
2008-06-10 Shawn M Moore More glob/fh type tests
2008-06-10 Shawn M Moore Test that a badly typed default explodes
2008-06-10 Shawn M Moore Factor out canonicalize_handles into a separate method
2008-06-10 Shawn M Moore Unknown type constraints are now interpreted as blessed...
2008-06-10 Shawn M Moore Eek my original name is showing!
2008-06-10 Shawn M Moore If we re-import Mouse, don't thrash the class's supercl...
2008-06-10 Shawn M Moore Nums are Strs too
2008-06-10 Shawn M Moore Refactor the input of the type-constraint tests, tests...
2008-06-09 Shawn M Moore Tests and implementation for Undef/Defined types
2008-06-04 Shawn M Moore Tests for builder
2008-06-04 Shawn M Moore Tests for bool, lock down the error message in the...
2008-06-04 Shawn M Moore Expand the isa tests a bit, all that's left is populati...
2008-06-04 Shawn M Moore Begin adding brute-force tests for "isa"
2008-06-03 Shawn M Moore Import Mouse