Move relationships out of Relationships.pm and in to the respective classes. Removed...
authorAran Deltac <bluefeet@cpan.org>
Wed, 24 May 2006 19:50:31 +0000 (19:50 +0000)
committerAran Deltac <bluefeet@cpan.org>
Wed, 24 May 2006 19:50:31 +0000 (19:50 +0000)
commitff657a4317312f9fc858e128affaf97aa46c336b
tree5ae9e3495da826cba95e45519f621347222cfb0a
parentd904c338280461a590bfb2f9b2351bcb66d0725b
Move relationships out of Relationships.pm and in to the respective classes.  Removed references to PK::Auto.
15 files changed:
t/lib/DBICTest/Schema/Artist.pm
t/lib/DBICTest/Schema/ArtistUndirectedMap.pm
t/lib/DBICTest/Schema/Bookmark.pm
t/lib/DBICTest/Schema/CD.pm
t/lib/DBICTest/Schema/CD_to_Producer.pm
t/lib/DBICTest/Schema/Employee.pm
t/lib/DBICTest/Schema/Event.pm
t/lib/DBICTest/Schema/Link.pm
t/lib/DBICTest/Schema/OneKey.pm
t/lib/DBICTest/Schema/Relationships.pm [deleted file]
t/lib/DBICTest/Schema/SelfRefAlias.pm
t/lib/DBICTest/Schema/Tag.pm
t/lib/DBICTest/Schema/Track.pm
t/lib/DBICTest/Schema/TreeLike.pm
t/lib/DBICTest/Schema/TwoKeys.pm