Make meta_info() 'args' work.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / Relationships.pm
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...