X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=f1dc5386e1e6c382d7d76118326af29b1cb0eb1d;hb=59187a3bbcf176df838b00489cb0dfc592679aad;hp=72af2bdd0ec4a4c3017fd58fcde7c7198b877bc3;hpb=054235c6e14cfa7e89ededa14282650b20c3397e;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 72af2bd..f1dc538 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -116,7 +116,7 @@ MyDB/Schema/Result/CD.pm: __PACKAGE__->table('cd'); __PACKAGE__->add_columns(qw/ cdid artistid title year /); __PACKAGE__->set_primary_key('cdid'); - __PACKAGE__->belongs_to(artist => 'MyDB::Schema::Artist', 'artistid'); + __PACKAGE__->belongs_to(artist => 'MyDB::Schema::Result::Artist', 'artistid'); 1; @@ -234,6 +234,8 @@ aherzog: Adam Herzog Alexander Keusch +alnewkirk: Al Newkirk + amiri: Amiri Barksdale amoore: Andrew Moore @@ -316,6 +318,8 @@ jon: Jon Schutz jshirley: J. Shirley +kaare: Kaare Rasmussen + konobi: Scott McWhirter lukes: Luke Saunders @@ -388,6 +392,8 @@ solomon: Jared Johnson spb: Stephen Bennett +Squeeks + sszabo: Stephan Szabo teejay : Aaron Trevena