Release 0.10014
[p5sagit/Class-Accessor-Grouped.git] / t /
2018-05-08 Graham Knop move author tests to xt and remove environment conditional
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-09-26 Peter Rabbitson Turn the CXSA error TODOs into hard skips
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
2013-03-18 Peter Rabbitson Reshuffle test loop (no func. changes). Examine under -w
2012-11-15 Peter Rabbitson Stop leaking extra methods into the inheritance chain
2012-11-15 Peter Rabbitson MOAR bench
2012-11-15 Peter Rabbitson Allow escape of the illegal name checks, darkpan has...
2012-11-12 Peter Rabbitson Pass tests with CXSA but without SN
2012-11-04 Peter Rabbitson Require bugfixed CXSA and warn on old (unusable) versions
2012-11-03 Peter Rabbitson Extra sanity check of accessor names
2012-11-03 Peter Rabbitson Improve text of ro/wo violation exceptions
2012-11-03 Peter Rabbitson Fix incorrect handling of exotic fieldnames
2012-10-31 Peter Rabbitson Add an extra sub-naming test
2012-10-31 Peter Rabbitson Switch all module loading to Module::Runtime
2012-10-31 Peter Rabbitson Disable error message tests on older perls until Class...
2012-10-28 Peter Rabbitson Switch to 2-space indent, minor formatting (no code...
2011-11-28 Peter Rabbitson De-svn-ize
2011-11-28 Peter Rabbitson Quiet test suite
2011-11-28 Peter Rabbitson Extend and clarify POD of various methods
2010-12-19 Peter Rabbitson Fix deferred XS accessors and 'around' interaction
2010-12-16 Peter Rabbitson Plant a better diagnostic for when the xs shim cached...
2010-11-27 Peter Rabbitson Fix undefer debugger - calls to the same deferred stub...
2010-11-27 Peter Rabbitson Stupid test syntax errors
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-11-25 Peter Rabbitson Major revamp of CAG internals - now works on pure-perl
2010-10-11 Peter Rabbitson Backcompat is tough business :)
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-09-10 Peter Rabbitson Move component-group test to its own testfile
2010-09-10 Peter Rabbitson Run all tests before commit damn it!
2010-08-11 Rafael Kitover make pod_spelling.t pass
2010-08-11 Rafael Kitover fix field names with a single quote in them (patch...
2010-08-11 Rafael Kitover re-add pod_spelling.t since it is in MANIFEST.SKIP
2010-08-11 Rafael Kitover remove pod_spelling.t
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
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...
2007-12-28 Christopher H. Laco r1064@mbp: claco | 2007-12-28 18:18:25 -0500
2007-07-03 Matt S Trout fixes for CDI/CDA compat
2007-07-02 Christopher H. Laco r1700@NP5660: claco | 2007-07-01 21:08:11 -0400
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-06-26 Christopher H. Laco Added return statement to the end of get_inherited...
2006-05-25 Christopher H. Laco Added get_inherited tests verify we get defined things...
2006-05-25 Christopher H. Laco Added get_inherited/set_inherited to get/set inheritabl...
2006-05-25 Christopher H. Laco Added more words to ignore list
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
2006-05-21 Christopher H. Laco Initial import