From: Jess Robinson Date: Sat, 31 May 2008 20:14:05 +0000 (+0000) Subject: Fix broken pod test (missing newline!) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da2e2b76bdec7372d0cf3a58214a6af2c1695a8e;p=dbsrgits%2FDBIx-Class-Historic.git Fix broken pod test (missing newline!) --- diff --git a/lib/DBIx/Class/Relationship.pm b/lib/DBIx/Class/Relationship.pm index cb1fa54..d159cc4 100644 --- a/lib/DBIx/Class/Relationship.pm +++ b/lib/DBIx/Class/Relationship.pm @@ -269,6 +269,7 @@ OR condition. My::Schema::Item->has_many('rels', 'My::Schema::Relationships', [ { 'foreign.LItemID' => 'self.ID' }, { 'foreign.RItemID' => 'self.ID'} ]); + =back # in an Author class (where Author has_many Books)