Fix broken pod test (missing newline!)
Jess Robinson [Sat, 31 May 2008 20:14:05 +0000 (20:14 +0000)]
lib/DBIx/Class/Relationship.pm

index cb1fa54..d159cc4 100644 (file)
@@ -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)