Release 0.10014
[p5sagit/Class-Accessor-Grouped.git] / t / accessors_xs.t
2014-10-03 Peter Rabbitson Do not tickle defective 5.10.0 threads in tests
2014-09-26 Peter Rabbitson Ensure threads terminate properly
2014-09-26 Peter Rabbitson Bump CXSA dep, clarify thread-test boundaries
2014-07-21 Peter Rabbitson Get tests working under `prove -lrswTj10`
2013-03-18 Peter Rabbitson Make cref registry thread-safe and a ton of tests
2013-03-18 Peter Rabbitson Get rid of subtests so we can test threads
2013-03-18 Peter Rabbitson Fix ton of buggery with defer-immutable accessor shim
2012-11-15 Peter Rabbitson Stop leaking extra methods into the inheritance chain
2012-11-12 Peter Rabbitson Pass tests with CXSA but without SN
2012-10-28 Peter Rabbitson Switch to 2-space indent, minor formatting (no code...
2010-11-27 Peter Rabbitson Add debugging of undefer code reentrancy when a test...
2010-11-26 Peter Rabbitson Even more corner case fixes - install the resolved...
2010-10-11 Peter Rabbitson Backcompat is tough business :)
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