Checking in changes prior to tagging of version 0.40_03. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx Tweaks for compatibility
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx Implement XS accessor generators
2009-10-24 gfx Move accessors into XS
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Revert "Ignore fatal errors in "traits" resolution...
2009-10-19 gfx Ignore fatal errors in "traits" resolution. This is...
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Add a comment
2009-10-12 gfx Tidy
2009-10-10 gfx Add regexp handles
2009-10-09 gfx Tidy for release
2009-10-07 gfx Implement 'does' attribute in has()
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-05 gfx Refactor install_accessor() and related stuff
2009-10-04 gfx Fix clone_and_inherit_options() to take 'traits' and...
2009-10-03 gfx Fix issues on 5.6.2
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
next