Moose compat: handles are not canonicalized in the meta attribute's storage, instead...
[gitmo/Mouse.git] / lib / Mouse / Attribute.pm
2008-06-10 Shawn M Moore Moose compat: handles are not canonicalized in the...
2008-06-10 Shawn M Moore Moose compat: no longer an error to have a trigger...
2008-06-10 Shawn M Moore Moose compat: lazy-no-default error message
2008-06-10 Shawn M Moore Moose compat: throw an error on $self->reader(value)
2008-06-10 Shawn M Moore Tests and implementation for builder with lazy and...
2008-06-10 Shawn M Moore Little nits
2008-06-10 Shawn M Moore Fix type_constraint always being set to undef
2008-06-10 Shawn M Moore Factor out canonicalize_handles into a separate method
2008-06-10 Shawn M Moore Improve doc coverage, remove some needless methods
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