X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FFeatures.pod;h=b288ad2dd23aca187acfe85df6d44f044a8bf99f;hb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;hp=8f53a9c8451b764a2a96654a928ec341da65d6af;hpb=4a0eed52f392b2e135385d0c06b06160200f3772;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Features.pod b/lib/DBIx/Class/Manual/Features.pod index 8f53a9c..b288ad2 100644 --- a/lib/DBIx/Class/Manual/Features.pod +++ b/lib/DBIx/Class/Manual/Features.pod @@ -6,9 +6,9 @@ DBIx::Class::Manual::Features - A boatload of DBIx::Class features with links to =head2 Large Community -Currently there are 88 people listed as contributors to DBIC. That ranges -from documentation help, to test help, to added features, to entire database -support. +There are L listed in +F. That ranges from documentation help, to test help, to added +features, to entire database support. =head2 Active Community @@ -274,7 +274,7 @@ I use populate L to export =head2 Multicreate -Create an object and it's related objects all at once +Create an object and its related objects all at once $schema->resultset('Author')->create({ name => 'Stephen King', @@ -479,7 +479,9 @@ on our system (Microsoft SQL) is: ) rpt_score WHERE rno__row__index BETWEEN 1 AND 1 -See: L, L, and L. +See: L, +L, and +L. =head2 bonus rel methods @@ -661,5 +663,5 @@ Better: price => \['price + ?', [inc => $inc]], }); -See L +See L