Allow escape of the illegal name checks, darkpan has too much crap
[p5sagit/Class-Accessor-Grouped.git] / t / accessors.t
2012-11-15 Peter Rabbitson Allow escape of the illegal name checks, darkpan has...
2012-11-03 Peter Rabbitson Extra sanity check of accessor names
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-26 Peter Rabbitson Even more corner case fixes - install the resolved...
2010-11-25 Peter Rabbitson Major revamp of CAG internals - now works on pure-perl
2010-10-08 Peter Rabbitson Using an XS module as test_requires is too evil
2010-10-08 Peter Rabbitson Make sure the XSA buggery works on a subclass as well
2010-10-08 Peter Rabbitson Cleanup tests, s/class/obj/ where appropriate
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-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-24 Guillermo Roditi subname stuff + tests
2006-05-21 Christopher H. Laco Added tests for mk_group_wo_accessors
2006-05-21 Christopher H. Laco Added tests for mk_group_accessors