Comments, style
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
2008-12-09 Shawn M Moore Comments, style
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-05 大沢 和宏 Encapsulation
2008-12-05 大沢 和宏 optimize for constructor and attribute
2008-12-05 大沢 和宏 micro optimized
2008-12-05 大沢 和宏 support of isa or ( isa => ' Str | Undef ')
2008-12-05 大沢 和宏 oops, revert of revision 6879
2008-12-05 大沢 和宏 support of isa or ( isa => ' Str | Undef ')
2008-12-04 Tokuhiro Matsuno this argument is not needed
2008-12-04 Ricardo SIGNES should accept subclasses
2008-12-04 Tokuhiro Matsuno micro optimization
2008-12-03 Tokuhiro Matsuno overload::StrVal is needed
2008-12-02 大沢 和宏 fixed bug, problem of coercer feature is moose compat
2008-12-02 大沢 和宏 added to coerce feature
2008-11-02 Shawn M Moore Factoring
2008-11-02 Shawn M Moore Small fixes
2008-11-02 Shawn M Moore If we have nothing left to do for the accessor, we...
2008-11-02 Shawn M Moore Inline the key in predicate and clearer too
2008-11-02 Shawn M Moore Various optimizations to regular accessors
2008-11-02 Shawn M Moore inlined_name which quotes
2008-11-02 Shawn M Moore Throw an error if a method eval fails
2008-11-02 Shawn M Moore Localize $_ only if we're checking a type constraint
2008-09-28 Shawn M Moore weaken for Mouse::Util which will load up Scalar::Util
2008-09-28 Shawn M Moore Mouse::Util::blessed
2008-09-11 Shawn M Moore Remove before/around triggers
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-16 Shawn M Moore Keep track of the instantiated metaclass in associated_...
2008-07-16 Shawn M Moore Moose compat: Rename attribute->class to attribute...
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...