Skip to content

Commit

Permalink
Modifying links to /condition to point to DBIC::Relationship::Base
Browse files Browse the repository at this point in the history
Because that is where the condition description is to be found
  • Loading branch information
pmorch authored and ribasushi committed Nov 26, 2011
1 parent 16be93f commit 6c30f9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion lib/DBIx/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Numa: Dan Sully <daniel@cpan.org>
ovid: Curtis "Ovid" Poe <ovid@cpan.org>
oyse: Øystein Torget <oystein.torget@dnv.com>
oyse: E<Oslash>ystein Torget <oystein.torget@dnv.com>
paulm: Paul Makepeace
Expand All @@ -434,6 +434,8 @@ perigrin: Chris Prather <chris@prather.org>
peter: Peter Collingbourne <peter@pcc.me.uk>
Peter Valdemar ME<oslash>rch <peter@morch.com>
phaylon: Robert Sedlacek <phaylon@dunkelheit.at>
plu: Johannes Plunien <plu@cpan.org>
Expand Down
8 changes: 4 additions & 4 deletions lib/DBIx/Class/Relationship.pm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ OR
=item cond
A hashref, arrayref or coderef specifying a custom join expression. For
more info see L<DBIx::Class::Relationship/condition>.
more info see L<DBIx::Class::Relationship::Base/condition>.
=back
Expand Down Expand Up @@ -271,7 +271,7 @@ OR
=item cond
A hashref, arrayref or coderef specifying a custom join expression. For
more info see L<DBIx::Class::Relationship/condition>.
more info see L<DBIx::Class::Relationship::Base/condition>.
=back
Expand Down Expand Up @@ -392,7 +392,7 @@ OR
=item cond
A hashref, arrayref or coderef specifying a custom join expression. For
more info see L<DBIx::Class::Relationship/condition>.
more info see L<DBIx::Class::Relationship::Base/condition>.
=back
Expand Down Expand Up @@ -487,7 +487,7 @@ OR
=item cond
A hashref, arrayref or coderef specifying a custom join expression. For
more info see L<DBIx::Class::Relationship/condition>.
more info see L<DBIx::Class::Relationship::Base/condition>.
=back
Expand Down

0 comments on commit 6c30f9c

Please sign in to comment.