Merge HasA, HasMany and MightHave into one file, Relationships, for easier
authorMichael G Schwern <mschwern@cpan.org>
Tue, 12 Feb 2008 08:32:29 +0000 (00:32 -0800)
committerMichael G Schwern <mschwern@cpan.org>
Tue, 12 Feb 2008 10:33:49 +0000 (10:33 +0000)
commita9c8094b88e8802b1508c46512ded65fe8cdc16f
tree9d7c297fe63701cb411bb49de7c1c5d404d56068
parent68199af3904ee69a4ba7c53ba60c3716f10e1c5a
Merge HasA, HasMany and MightHave into one file, Relationships, for easier
development.

Implement meta_info() and emulate the basic CDBI::Relationship object.
lib/DBIx/Class/CDBICompat.pm
lib/DBIx/Class/CDBICompat/HasA.pm [deleted file]
lib/DBIx/Class/CDBICompat/HasMany.pm [deleted file]
lib/DBIx/Class/CDBICompat/MightHave.pm [deleted file]
lib/DBIx/Class/CDBICompat/Relationship.pm [new file with mode: 0644]
lib/DBIx/Class/CDBICompat/Relationships.pm [new file with mode: 0644]
t/cdbi-t/24-meta_info.t [new file with mode: 0644]