Release 0.10014
[p5sagit/Class-Accessor-Grouped.git] / Changes
2018-07-01 Graham Knop Release 0.10014 master v0.10014
2018-07-01 Graham Knop changelog
2018-05-28 Graham Knop add changelog heading
2018-05-28 Graham Knop changelog
2014-10-05 Peter Rabbitson Release 0.10012 v0.10012
2014-10-03 Peter Rabbitson Do not tickle defective 5.10.0 threads in tests
2014-09-26 Peter Rabbitson Release 0.10011 v0.10011
2014-09-26 Peter Rabbitson Ensure threads terminate properly
2014-09-26 Peter Rabbitson Bump CXSA dep, clarify thread-test boundaries
2013-04-24 Peter Rabbitson Release 0.10010 v0.10010
2013-03-18 Peter Rabbitson Fix ton of buggery with defer-immutable accessor shim
2012-11-15 Peter Rabbitson Release 0.10009 v0.10009
2012-11-15 Peter Rabbitson Stop leaking extra methods into the inheritance chain
2012-11-15 Peter Rabbitson Release 0.10008 v0.10008
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-08 Peter Rabbitson Release 0.10007 v0.10007
2012-11-08 Peter Rabbitson Using M::R solved this problem before it was encountered
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 The complexity of caching pkg_gen is in fact making...
2012-10-31 Peter Rabbitson Switch all module loading to Module::Runtime
2012-10-31 Peter Rabbitson Seems to pass tests on 5.6.1 as well, drop minperl...
2012-10-31 Peter Rabbitson Disable error message tests on older perls until Class...
2011-12-30 Christopher H. Laco Silence warnings resulting from incomplete can() overri... v0.10006
2011-12-26 Peter Rabbitson Release 0.10005 v0.10005
2011-12-26 Peter Rabbitson Bump Class::XSAccessor dependency
2011-11-28 Peter Rabbitson Release 0.10004 v0.10004
2011-11-28 Peter Rabbitson No longer leak constants into the CAG namespace
2011-05-03 Arthur Axel 'fREW... Release 0.10003 v0.10003
2011-05-03 Arthur Axel 'fREW... Changes for df84507
2011-05-03 Arthur Axel 'fREW... Add examples for methods that get used most often
2011-05-02 Arthur Axel 'fREW... Add SYNOPSIS
2010-12-19 Rafael Kitover Release 0.10002 v0.10002
2010-12-19 Peter Rabbitson Require bugfixed Class::XSAccessor
2010-12-19 Peter Rabbitson Fix deferred XS accessors and 'around' interaction
2010-12-12 Rafael Kitover release 0.10001 v0.10001
2010-12-08 Peter Rabbitson Fix undefer tracker to play nice with Module::Unload...
2010-11-27 Peter Rabbitson Release 0.10000 v0.10000
2010-11-27 Peter Rabbitson Cure perl 5.6 problem
2010-11-26 Peter Rabbitson Release 0.09009 v0.09009
2010-11-25 Peter Rabbitson Minor cleanup and Changes
2010-10-11 Peter Rabbitson Release 0.09008 v0.09008
2010-10-11 Peter Rabbitson Backcompat is tough business :)
2010-10-09 Peter Rabbitson Release 0.09007 v0.09007
2010-10-08 Peter Rabbitson Fix another XSA corner case - how can something so...
2010-09-10 Peter Rabbitson Release 0.09006 v0.09006
2010-09-10 Peter Rabbitson Fix braindead ro/wo accessor breakage when CXSA is...
2010-09-01 Arthur Axel "fREW... I was wrong, we still need this check
2010-08-11 Rafael Kitover release
2010-08-11 Rafael Kitover fix field names with a single quote in them (patch...
2010-04-24 Peter Rabbitson More nitpicking
2010-04-24 Peter Rabbitson Do as Steffen says
2010-04-23 Rafael Kitover release
2010-04-23 Peter Rabbitson XSAccessor fixes
2009-10-20 Rafael Kitover removing Class::XSAccessor for now
2009-10-01 Rafael Kitover remove optional dep
2009-08-23 Rafael Kitover release
2009-07-08 Andy Grundman Fix my name :)
2009-07-08 Christopher H. Laco Use Class::XSAccessor if available RT#45577, AGRUNDMA
2009-03-24 Guillermo Roditi subname stuff + tests
2009-03-21 Christopher H. Laco Updated Changes/Versions for release v0.08003
2008-11-18 Christopher H. Laco Removed unnecessary code in get_simple: RT#40992, BUCHM...
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-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-07-02 Christopher H. Laco r1700@NP5660: claco | 2007-07-01 21:08:11 -0400
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-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 Updated release date
2006-05-21 Christopher H. Laco Initial import