Unknown type constraints are now interpreted as blessed($value) eq $type
[gitmo/Mouse.git] / lib / Mouse / Attribute.pm
2008-06-10 Shawn M Moore Unknown type constraints are now interpreted as blessed...
2008-06-10 Shawn M Moore More methodification, change some names to be what...
2008-06-10 Shawn M Moore Use methods on attribute instead of poking directly...
2008-06-09 Shawn M Moore Use "undef" and avoid uninitialized warnings when the...
2008-06-04 Shawn M Moore Verify type constraints in the constructor
2008-06-04 Shawn M Moore Add predicates to the informational Mouse::Attribute...
2008-06-04 Shawn M Moore Check type constraint in the setter
2008-06-04 Shawn M Moore isa -> type_constraint
2008-06-04 Shawn M Moore Future-proof init_arg => undef, that needs tests though
2008-06-04 Shawn M Moore Add the attribute to the metaclass before installing...
2008-06-03 Shawn M Moore Import Mouse