From: Ash Berlin Date: Thu, 13 Jul 2006 10:48:44 +0000 (+0000) Subject: POD change so it makes more sens when looking at with perldoc X-Git-Tag: v0.07002~75^2~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aaaa048ef08030367d77691425ff83e1f59f0157;p=dbsrgits%2FDBIx-Class.git POD change so it makes more sens when looking at with perldoc --- diff --git a/lib/DBIx/Class/Relationship/Base.pm b/lib/DBIx/Class/Relationship/Base.pm index 3e74d54..6b8a7a9 100644 --- a/lib/DBIx/Class/Relationship/Base.pm +++ b/lib/DBIx/Class/Relationship/Base.pm @@ -223,7 +223,7 @@ sub count_related { my $new_obj = $obj->new_related('relname', \%col_data); Create a new item of the related foreign class. If called on a -L object, it will magically +L object, it will magically set any foreign key columns of the new object to the related primary key columns of the source object for you. The newly created item will not be saved into your storage until you call L