X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FFeatures.pod;h=86eb584bbf9157e2f87570540675d350952f9786;hb=f165eda8a5bb8140f9b40d78089d5db3d8edf572;hp=4a8d6f196ab7ee82c94d2d224a3e127fdb3be5d6;hpb=45bffdf0de2d64c3559c285103e60fc47eee6007;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Features.pod b/lib/DBIx/Class/Manual/Features.pod index 4a8d6f1..86eb584 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.) @@ -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