Checking in changes prior to tagging of version 0.40_05. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Accessor.pm
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-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 Compat for Moose
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx Version 0.40_01
2009-10-24 gfx Make method generators extensible
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
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 Fix role application to instances
2009-10-09 gfx Tidy for release
2009-10-08 gfx A tweak for backward compatibility
2009-10-08 gfx Fix some issues on attributes
2009-10-07 gfx Fix an accessor generator to accept role application...
2009-10-07 gfx Refactor and optimize Mouse::Meta::Method::Accessor
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-05 gfx Refactor install_accessor() and related stuff
2009-10-03 gfx Fix issues on 5.6.2
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-09-30 gfx Fix an issue tested in t/040_type_constraints/025_type_...
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-30 gfx Refactor type constraints
2009-09-24 gfx Add some tests
2009-09-23 gfx Checking in changes prior to tagging of version 0.33... 0.33
2009-09-22 gfx Note failures in 5.10.1, but I don't know why it happens
2009-09-22 gfx Change, Fix, Improve
2009-09-21 gfx Add Meta/Method/Accessor.pm
2009-09-17 gfx Move MethodAccessor stuff to Attribute
2009-09-15 gfx Move MethodAccessor stuff to Attribute
2009-09-08 sunnavy make auto_deref also handles isa not only ArrayRef...
2009-04-04 Tokuhiro Matsuno do not create a copy of argument, if not needed
2009-04-03 Tokuhiro Matsuno refactoring the duplicated vars
2009-04-03 Tokuhiro Matsuno split accessor generator from the Meta::Attribute.