X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCursor.pm;h=ded8b565cca815e51272201a166c6ad5e3ffda1c;hb=aefa6508d3b034fb36d1a919c5be0aa363c52328;hp=065e1959c68b9410ed481f1e7d1b290b71e6b880;hpb=8e23eaf20446bb9c6cabbc772b4cbe879de5766c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Cursor.pm b/lib/DBIx/Class/Cursor.pm index 065e195..ded8b56 100644 --- a/lib/DBIx/Class/Cursor.pm +++ b/lib/DBIx/Class/Cursor.pm @@ -28,8 +28,6 @@ information. =head2 new -=back - Virtual method. Returns a new L object. =cut @@ -40,9 +38,8 @@ sub new { =head2 next -=back - -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 @@ -52,8 +49,6 @@ sub next { =head2 reset -=back - Virtual method. Resets the cursor to the beginning. =cut @@ -64,8 +59,6 @@ sub reset { =head2 all -=back - Virtual method. Returns all rows in the L. =cut