Expand annotations to cover all generated methods
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / ProxyMethods.pm
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-05-17 Peter Rabbitson Rollback some mistaken indirect-call-elisions from...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-05-02 Peter Rabbitson Use clearer varnames
2010-10-04 wreis Extend proxy rel attr
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-02 Matt S Trout More refactoring and tweaking, might_have support added