A couple of typos, and general whitespace cleanup (ick)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / Relationships.pm
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...