Expand annotations to cover all generated methods
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / AccessorGroup.pm
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-05-30 Peter Rabbitson Attribute handling got too complex - move it into a...
2016-05-30 Peter Rabbitson Expand the c3 mro test from d009cb7d
2016-05-15 Peter Rabbitson Ensure the component_class override require()s its...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-07-17 Gareth Kirwan Fix Class::AccessorGroup to allow instances in get_com...
2011-03-08 Peter Rabbitson Make sure the component_class autoloader works across...
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2009-11-25 Peter Rabbitson wtf
2007-08-07 Matt S Trout fix for AccessorGroup
2007-07-20 Matt S Trout AccessorGroup is now a Class::Accessor::Grouped subclass
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-08-04 David Kamholz fix think-o
2006-08-04 David Kamholz pass on errors in component_class except when the file...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Justin Guenther code reformatting for readibility
2006-02-19 Matt S Trout Improved AccessorGroup docs
2006-02-13 Marcus Ramberg prepared for release.
2006-02-07 David Kamholz add component_class accessors and use them for *_class
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz item => head2 in docs
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
2005-07-23 Matt S Trout Extra files for relationships, has_many support
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout Added our own accessor system (ripped from C::A) and...