Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / Relationships.pm
2016-09-30 Peter Rabbitson Simplify guarded pass-through added to CDBI in ee333775
2016-08-21 Peter Rabbitson Remove bizarre $_[$#_] idiom from the codebase
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson After 5e0eea35 we can actually test for cleaned namespa...
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2016-02-03 Peter Rabbitson Remove gratuituous use of eval
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-24 Mike Francis Added handling for implicit inflate/deflate of CDBI...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-12 Peter Rabbitson Move a CDBI escape to the CDBI class hierarchy
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-04-22 Peter Rabbitson RT45195 various indexer fixes
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-03-14 Michael G Schwern Move has_a() code out of ColumnCase. That should be...
2008-03-07 Michael G Schwern Make meta_info() 'args' work.
2008-02-24 Michael G Schwern Ensure that has_many() loads the foreign class.
2008-02-14 Michael G Schwern Implement cascade => "None"
2008-02-13 Michael G Schwern Fix the POD coverage test.
2008-02-12 Michael G Schwern Merge HasA, HasMany and MightHave into one file, Relati...