X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCursor.pm;h=3c55b69fb6667f33c3a57421d9dbb5dc6905f958;hb=057d4713af8f97b17a351bca5d11fe55e5a8b88a;hp=2edf6f6f18697ffef29c04209ab05bc3c1bc537b;hpb=5cf243f6632e706c6f2ddbdeccc29f2a5e6ac362;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Cursor.pm b/lib/DBIx/Class/Cursor.pm index 2edf6f6..3c55b69 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,7 @@ sub new { =head2 next -=back - -Virtual method. Advances the cursor to the next result. +Virtual method. Advances the cursor to the next row. =cut @@ -52,8 +48,6 @@ sub next { =head2 reset -=back - Virtual method. Resets the cursor to the beginning. =cut @@ -64,9 +58,7 @@ sub reset { =head2 all -=back - -Virtual method. Returns all results in the L. +Virtual method. Returns all rows in the L. =cut