X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=f1dc5386e1e6c382d7d76118326af29b1cb0eb1d;hb=59187a3bbcf176df838b00489cb0dfc592679aad;hp=41eacb1789e1c127906179e25363d81a824791fb;hpb=ec6415a9f63389db5a76f593c2d1686015ca95cd;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 41eacb1..f1dc538 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -61,6 +61,8 @@ The community can be found via: =over +=item * Web Site: L + =item * IRC: irc.perl.org#dbix-class =for html @@ -114,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; @@ -232,6 +234,8 @@ aherzog: Adam Herzog Alexander Keusch +alnewkirk: Al Newkirk + amiri: Amiri Barksdale amoore: Andrew Moore @@ -314,6 +318,8 @@ jon: Jon Schutz jshirley: J. Shirley +kaare: Kaare Rasmussen + konobi: Scott McWhirter lukes: Luke Saunders @@ -386,6 +392,8 @@ solomon: Jared Johnson spb: Stephen Bennett +Squeeks + sszabo: Stephan Szabo teejay : Aaron Trevena