X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship.pm;h=e9adb82de3059eb457c7dac0f8983e430d88060c;hb=f4409169fe98a88a7802b96e8a75838e8a4756c6;hp=cdb35811c573d9a5c30358e064e3de077c05fd1c;hpb=8452e496adea0c57b81f413e11b2f5b5b6e62c5c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Relationship.pm b/lib/DBIx/Class/Relationship.pm index cdb3581..e9adb82 100644 --- a/lib/DBIx/Class/Relationship.pm +++ b/lib/DBIx/Class/Relationship.pm @@ -97,8 +97,8 @@ between C and C is that C uses an (ordinary) inner whereas C uses a left join. -=head2 many_to_many - +=head2 many_to_many + __PACKAGE__->many_to_many( 'accessorname' => 'a_to_b', 'table_b' ); my @f_objs = $obj_a->accessorname;