Use @CARP_NOT instead of %Carp::Internal
[gitmo/Mouse.git] / lib / Mouse / Meta / Attribute.pm
2010-02-26 gfx Use @CARP_NOT instead of %Carp::Internal
2010-02-23 gfx Clean up warnings
2010-02-23 gfx Make Mouse::Util::load_class return the argument class...
2010-02-22 gfx Checking in changes prior to tagging of version 0.50_03... 0.50_03
2010-02-22 gfx Resolve a todo: if you set both 'isa' and 'does' on...
2010-02-22 gfx Tidy delegation routine
2010-02-20 gfx Checking in changes prior to tagging of version 0.50_02... 0.50_02
2010-02-19 gfx Add argument currying for delegation
2010-02-13 gfx Checking in changes prior to tagging of version 0.50_01... 0.50_01
2010-02-13 gfx Mouse::Meta::Attribute->new warns about unknown, or...
2010-02-08 gfx Checking in changes prior to tagging of version 0.50... 0.50
2010-02-02 gfx Checking in changes prior to tagging of version 0.49... 0.49
2010-01-31 gfx Checking in changes prior to tagging of version 0.48... 0.48
2010-01-16 gfx Use Mouse::Object::BUILDARGS, because it's safe and...
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
2010-01-11 gfx Move Mouse::Meta::Attribute::_process_options into XS
2010-01-09 gfx Checking in changes prior to tagging of version 0.46... 0.46
2010-01-09 gfx Remove long-deprecated features
2010-01-09 gfx Apply a patch to support handle => sub { ... }, contrib...
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-19 gfx Rename: s/verify_type_constraint_error/_throw_type_cons...
2009-12-19 gfx Change the signature of verify_type_constraint_error...
2009-12-19 gfx Change the internal delegation code
2009-12-18 gfx Lazy load for Delegation class
2009-12-18 gfx Tidy
2009-12-18 gfx Rename variable names for clearity
2009-12-16 gfx Add set_value/get_value/has_value/clear_value to Attribute
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Add some document
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Mouse::Object has meta() method
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-10-31 gfx Fix associate_method()
2009-10-31 gfx Change is-a predicate stuff
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
next