Cleanup
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
2009-10-03 gfx Cleanup
2009-10-03 gfx Comment deprecated methods
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-10-02 gfx Tidy
2009-09-30 gfx Deprecate two internal methods: coerce_constraint(...
2009-09-30 gfx Add a semicolon
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-28 gfx Tweaks for pods
2009-09-28 gfx Add descriptions to pods
2009-09-27 gfx Fix compatibility issue on Ark
2009-09-27 gfx Fix an issue that breaks a backward compatibility.
2009-09-25 gfx Fix tests and documents
2009-09-25 gfx Comment out 'does'
2009-09-25 gfx Tidy
2009-09-25 gfx Remove unused import
2009-09-25 gfx Improve documents
2009-09-25 gfx Tidy
2009-09-25 gfx Refactor attribute constructor
2009-09-24 gfx Refactor many many things
2009-09-24 gfx Fix Makefile.PL to use Mouse::Spec
2009-09-24 gfx Refactor the constructor of Attribute
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Change, Fix, Improve
2009-09-21 gfx (Re-)organize Method Accessor, implementing has .....
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-17 gfx Merge branch 'topic/more-compatible' of gitmo@moose...
2009-09-17 gfx Warn about missing associated methoes, instead of die.
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
2009-09-17 gfx Make generators private
2009-09-17 gfx Move MethodAccessor stuff to Attribute
2009-09-15 gfx Improve type constraint stuff
2009-09-15 gfx Support is => 'bare' for compatibility
2009-09-15 gfx Make generators private
2009-09-15 gfx Move MethodAccessor stuff to Attribute
2009-09-08 sunnavy make auto_deref also handles isa not only ArrayRef...
2009-04-15 Shawn M Moore Clean up verify_against_type_constraint
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-03 Tokuhiro Matsuno split accessor generator from the Meta::Attribute.
2009-04-02 Tokuhiro Matsuno use compiled type constraints. this change makes faster :)
2009-04-02 Tokuhiro Matsuno rebirth the find_type_constraint for backward compatibility
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Daisuke Maki (lest... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki (lest... implement Maybe
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-04-01 Shawn M Moore Remove third argument to trigger
2009-03-07 Daisuke Maki oops, that used confess
2009-03-07 Daisuke Maki properly commit the newly created parameterized type...
2009-03-07 Daisuke Maki I want parameterized types... I want it!
2009-03-04 Daisuke Maki reverting change: the correct answer is,
2009-03-03 Daisuke Maki check for has_default too
2009-02-23 Shawn M Moore Throw a more useful error when users try to use a param...
2009-02-05 Shawn M Moore Back out the exists($_[1]) change since exists($array...
2009-02-03 Shawn M Moore Benchmarking indicates that exists($_[1]) is faster...
2008-12-22 Shawn M Moore Same API as Moose for Mouse::Meta::Attribute->new
2008-12-22 Shawn M Moore Rename the method to verify_against_type_constraint...
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-09 Shawn M Moore For class constraints, it's good enough to be a subclas...
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
next