Slightly faster implementation of supers recalc check
[p5sagit/Class-Accessor-Grouped.git] / lib / Class / Accessor / Grouped.pm
2009-03-19 Peter Rabbitson Slightly faster implementation of supers recalc check
2009-03-19 Peter Rabbitson We need to be smarter about recalculation of __cag_supe...
2008-11-18 Christopher H. Laco Removed unnecessary code in get_simple: RT#40992, BUCHM...
2008-01-29 Guillermo Roditi I got tired of the DigestColumns interface...
2008-01-10 Christopher H. Laco r1165@mbp: claco | 2008-01-09 19:37:13 -0500 v0.08001
2008-01-08 Christopher H. Laco r1163@mbp: claco | 2008-01-08 18:34:41 -0500 v0.08000
2007-12-28 Christopher H. Laco r1064@mbp: claco | 2007-12-28 18:18:25 -0500
2007-11-16 Matt S Trout doc patch from abraxxa
2007-07-03 Christopher H. Laco r1731@NP5660: claco | 2007-07-02 21:31:38 -0400 v0.07000
2007-07-03 Matt S Trout fixes for CDI/CDA compat
2007-05-12 Christopher H. Laco Use MRO::Compat instead of Class::ISA to DRTR for C3... v0.06000
2007-05-12 Christopher H. Laco Quick kill of Class::Inspector warnings v0.05002
2007-05-11 Christopher H. Laco set_comonent_class now only dies when the class is... v0.05001
2007-05-09 Christopher H. Laco Added get/set_component_class v0.05000
2007-05-06 Christopher H. Laco Converted to Module::Install v0.04000
2006-11-08 Christopher H. Laco Big speedup for get_inherited under heavy usage
2006-06-27 Christopher H. Laco Added dist_author to Build.PL
2006-06-26 Christopher H. Laco Fixed pod NAME
2006-06-26 Christopher H. Laco Added return statement to the end of get_inherited...
2006-06-26 Christopher H. Laco Fixed abstract
2006-05-25 Christopher H. Laco Changed get_inherited to check for definedness on class...
2006-05-25 Christopher H. Laco Added get_inherited/set_inherited to get/set inheritabl...
2006-05-23 Christopher H. Laco use Carp instead of Carp::Clan
2006-05-21 Christopher H. Laco Initial import