Release 0.10014
[p5sagit/Class-Accessor-Grouped.git] / t / lib /
2013-03-18 Peter Rabbitson Fix ton of buggery with defer-immutable accessor shim
2012-11-04 Peter Rabbitson Require bugfixed CXSA and warn on old (unusable) versions
2012-11-03 Peter Rabbitson Fix incorrect handling of exotic fieldnames
2012-10-28 Peter Rabbitson Switch to 2-space indent, minor formatting (no code...
2010-12-19 Peter Rabbitson Fix deferred XS accessors and 'around' interaction
2010-11-25 Peter Rabbitson Major revamp of CAG internals - now works on pure-perl
2010-10-08 Peter Rabbitson Make sure the XSA buggery works on a subclass as well
2010-10-08 Peter Rabbitson Fix another XSA corner case - how can something so...
2010-10-08 Peter Rabbitson Cleanup/consolidate main test
2010-09-10 Peter Rabbitson Fix braindead ro/wo accessor breakage when CXSA is...
2010-09-10 Peter Rabbitson Move component-group test to its own testfile
2010-08-11 Rafael Kitover fix field names with a single quote in them (patch...
2010-07-12 Rafael Kitover add failing tests for punctuation in $field, remove...
2009-07-08 Christopher H. Laco Use Class::XSAccessor if available RT#45577, AGRUNDMA
2009-03-19 Peter Rabbitson We need to be smarter about recalculation of __cag_supe...
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
2006-06-26 Christopher H. Laco Added return statement to the end of get_inherited...
2006-05-25 Christopher H. Laco Added get_inherited/set_inherited to get/set inheritabl...
2006-05-21 Christopher H. Laco Added tests for mk_group_wo_accessors
2006-05-21 Christopher H. Laco Added tests for mk_group_ro_accessors
2006-05-21 Christopher H. Laco Added tests for mk_group_accessors