Remove Class::Data::Inheritable and use CAG 'inherited' style accessors
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / Relationship.pm
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
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-07 Michael G Schwern Make meta_info() 'args' work.
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...