X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCursor.pm;h=ded8b565cca815e51272201a166c6ad5e3ffda1c;hb=9901aad73ff9dc45b426534fe406c102fb9fb77c;hp=3c55b69fb6667f33c3a57421d9dbb5dc6905f958;hpb=eaefb953638f736ee8988251bf8cfc8bedad2563;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Cursor.pm b/lib/DBIx/Class/Cursor.pm index 3c55b69..ded8b56 100644 --- a/lib/DBIx/Class/Cursor.pm +++ b/lib/DBIx/Class/Cursor.pm @@ -38,7 +38,8 @@ sub new { =head2 next -Virtual method. Advances the cursor to the next row. +Virtual method. Advances the cursor to the next row. Returns an array of +column values (the result of L method). =cut