p5sagit/Class-Accessor-Grouped.git
2010-10-09 Peter Rabbitson Minimal cleanups, remove another private method from...
2010-10-09 Peter Rabbitson More documentation
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 Factor out the XSA installing code (needed for later)
2010-10-08 Peter Rabbitson Cleanup/consolidate main test
2010-10-08 Peter Rabbitson Extra benchmark
2010-09-10 Peter Rabbitson Release 0.09006 v0.09006
2010-09-10 Peter Rabbitson Move benchmark into its own dir so we don't confuse...
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-09-10 Peter Rabbitson Rewrap contributors
2010-09-09 Peter Rabbitson Lazy-load Class::Inspector
2010-09-01 Arthur Axel... I was wrong, we still need this check
2010-08-11 Rafael Kitover fix MANIFEST.SKIP to actually ignore pod_spelling.t v0.09004
2010-08-11 Rafael Kitover make pod_spelling.t pass
2010-08-11 Rafael Kitover release
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...
2010-04-26 Peter Rabbitson Shuffle CAG around
2010-04-24 Peter Rabbitson More nitpicking
2010-04-24 Peter Rabbitson Do as Steffen says
2010-04-24 Peter Rabbitson head1 is capitalized
2010-04-23 Rafael Kitover release
2010-04-23 Peter Rabbitson require XSAccessor in case someone just set hasXS to...
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-09-29 Peter Rabbitson r7753@Thesaurus: rabbit | 2009-09-29 13:45:02 +0200
2009-08-24 Rafael Kitover update copyright section for Debian at jawnsy's request
2009-08-24 Rafael Kitover update Makefile.PL
2009-08-23 Rafael Kitover release
2009-07-08 Andy Grundman Fix my name :)
2009-07-08 Christopher... Use Class::XSAccessor if available RT#45577, AGRUNDMA
2009-03-24 Guillermo Roditi bump!
2009-03-24 Guillermo Roditi add name to list of contributors
2009-03-24 Guillermo Roditi subname stuff + tests
2009-03-21 Christopher... Updated Changes/Versions for release v0.08003
2009-03-19 Peter Rabbitson Slightly faster implementation of supers recalc check
2009-03-19 Peter Rabbitson We need to be smarter about recalculation of __cag_supe...
2008-11-18 Christopher... Removed unnecessary code in get_simple: RT#40992, BUCHM...
2008-01-29 Guillermo Roditi I got tired of the DigestColumns interface...
2008-01-10 Christopher... r1165@mbp: claco | 2008-01-09 19:37:13 -0500 v0.08001
2008-01-08 Christopher... r1163@mbp: claco | 2008-01-08 18:34:41 -0500 v0.08000
2007-12-28 Christopher... r1064@mbp: claco | 2007-12-28 18:18:25 -0500
2007-11-16 Matt S Trout doc patch from abraxxa
2007-07-03 Christopher... 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... r1700@NP5660: claco | 2007-07-01 21:08:11 -0400
2007-05-12 Christopher... Use MRO::Compat instead of Class::ISA to DRTR for C3... v0.06000
2007-05-12 Christopher... Quick kill of Class::Inspector warnings v0.05002
2007-05-11 Christopher... set_comonent_class now only dies when the class is... v0.05001
2007-05-09 Christopher... Added get/set_component_class v0.05000
2007-05-06 Christopher... Converted to Module::Install v0.04000
2006-11-08 Christopher... Big speedup for get_inherited under heavy usage
2006-06-27 Christopher... Added dist_author to Build.PL
2006-06-26 Christopher... Fixed pod NAME
2006-06-26 Christopher... Added return statement to the end of get_inherited...
2006-06-26 Christopher... Fixed abstract
2006-06-26 Christopher... Updated release date
2006-05-25 Christopher... Added get_inherited tests verify we get defined things...
2006-05-25 Christopher... Changed get_inherited to check for definedness on class...
2006-05-25 Christopher... Added get_inherited/set_inherited to get/set inheritabl...
2006-05-25 Christopher... Added more words to ignore list
2006-05-23 Christopher... use Carp instead of Carp::Clan
2006-05-21 Christopher... Updated MANIFEST
2006-05-21 Christopher... Added tests for mk_group_wo_accessors
2006-05-21 Christopher... Added tests for mk_group_ro_accessors
2006-05-21 Christopher... Added tests for mk_group_accessors
2006-05-21 Christopher... Initial import
2006-05-21 Christopher... Created new folder for Class::Accessor::Grouped