X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FFeatures.pod;h=7c7d5c6afdf75b96255e94954d04f5af11c33e30;hb=9361b05d319e60314bf2caff1e96ff3c388a50bb;hp=4a8d6f196ab7ee82c94d2d224a3e127fdb3be5d6;hpb=a9e8284f478f029f6f50c9423c3fa20aa3256d4a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Features.pod b/lib/DBIx/Class/Manual/Features.pod index 4a8d6f1..7c7d5c6 100644 --- a/lib/DBIx/Class/Manual/Features.pod +++ b/lib/DBIx/Class/Manual/Features.pod @@ -12,7 +12,7 @@ support. =head2 Active Community -Currently (June 9, 2010) 6 active branches (commited to +Currently (June 9, 2010) 6 active branches (committed to in the last two weeks) in git. Last release (0.08122) had 14 new features, and 16 bug fixes. Of course that L.) @@ -171,7 +171,7 @@ See L =back -=head2 OO Overidability +=head2 OO Overridability =over 1 @@ -254,7 +254,7 @@ Create a DBIx::Class schema from your database. my $schema = Frew::Schema->connect( $dsn, $user, $pass ); -See L and L. +See L and L. =head2 Populate @@ -495,7 +495,7 @@ See: L, L and L -Note that it automaticaly fills in foreign key for you +Note that it automatically fills in foreign key for you =head2 Excellent Transaction Support @@ -646,7 +646,7 @@ See L and L { -in => $inner_query }, }); -See L +See L =head2 Bare SQL w/ Placeholders @@ -661,5 +661,5 @@ Better: price => \['price + ?', [inc => $inc]], }); -See L +See L