Bascially 4* -more info see L<DBIx::Class::Relationship/condition>. +more info see L<DBIx::Class::Relationship::Base/condition>.
Peter -- Peter Valdemar Mørch http://www.morch.com
From 1a4a67e06c3d5105c3c8af4b8dc9bd51cb31a39f Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Peter=20Valdemar=20M=C3=B8rch?= <[email protected]> Date: Tue, 2 Aug 2011 20:18:17 +0200 Subject: [PATCH] Modifying links to /condition to point to DBIC::Relationship::Base Because that is where the condition description is to be found --- lib/DBIx/Class/Relationship.pm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/DBIx/Class/Relationship.pm b/lib/DBIx/Class/Relationship.pm index d4141d1..f2c33f5 100644 --- a/lib/DBIx/Class/Relationship.pm +++ b/lib/DBIx/Class/Relationship.pm @@ -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 @@ -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 @@ -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 @@ -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 -- 1.5.6.5
_______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
