Add xt/external to MANIFEST.SKIP
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
2008-07-16 Shawn M Moore Moose error compat
2008-07-16 Shawn M Moore We already know $args->{trigger} is true in this codepath
2008-07-16 Shawn M Moore Some simplification of the inlined type check
2008-07-16 Shawn M Moore Add support for an "around" trigger in the setter
2008-07-16 Shawn M Moore Support before and after triggers in the setter
2008-07-16 Shawn M Moore Canonicalize the coderef version of trigger to a hashre...
2008-07-16 Shawn M Moore We need Attribute->validate_args to take a hashref...
2008-07-16 Shawn M Moore Allow trigger to be a hashref.. :)
2008-07-16 Shawn M Moore Ensure that trigger is always a coderef
2008-06-27 Shawn M Moore Add canonicalize_args, factor lazy_build canonicalizati...
2008-06-27 Shawn M Moore Doc for some of the new meta methods
2008-06-27 Shawn M Moore Small fix to improve coverage, I wish Devel::Cover...
2008-06-27 Shawn M Moore POD and basic test for is_lazy_build
2008-06-17 Yuval Kogman is_lazy_build
2008-06-17 Yuval Kogman lazy_build arg processing copied from Moose
2008-06-16 Yuval Kogman fix the failing test, only call ->meta on a linearized...
2008-06-16 Yuval Kogman implement lazy_build
2008-06-15 Shawn M Moore Begin adding support for has +name
2008-06-15 Shawn M Moore Move validate_args out into a separate method
2008-06-10 Shawn M Moore Lots of doc
2008-06-10 Shawn M Moore Some errors for auto_deref
2008-06-10 Shawn M Moore Implementation of auto_deref
2008-06-10 Shawn M Moore Finish moving Mouse::Attribute and Mouse::Class into...
2008-06-10 Shawn M Moore Begin moving Moose::Attribute and Moose::Class into...