X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship%2FBase.pm;h=a8d3d3c3d39e9825e06bb6d256bd0f7693b659ce;hb=ebc77b538ae411ffc5a5e6451eded2f5d999f2cb;hp=ca3ba7486353776bd3e7a6dbf72a8045c864d2c5;hpb=d601dc88fcedcf9b0ef3c17c29556e26179c1cdc;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Relationship/Base.pm b/lib/DBIx/Class/Relationship/Base.pm index ca3ba74..a8d3d3c 100644 --- a/lib/DBIx/Class/Relationship/Base.pm +++ b/lib/DBIx/Class/Relationship/Base.pm @@ -23,7 +23,7 @@ methods, for predefined ones, look in L. =over 4 -=item Arguments: ('relname', 'Foreign::Class', $cond, $attrs) +=item Arguments: 'relname', 'Foreign::Class', $cond, $attrs =back @@ -92,7 +92,7 @@ created, which calls C for the relationship. =over 4 -=item Arguments: ($relname, $rel_info) +=item Arguments: $relname, $rel_info =back @@ -107,7 +107,7 @@ sub register_relationship { } =over 4 -=item Arguments: ($relationship_name) +=item Arguments: $relationship_name =item Return Value: $related_resultset