X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCursor.pm;h=3c55b69fb6667f33c3a57421d9dbb5dc6905f958;hp=065e1959c68b9410ed481f1e7d1b290b71e6b880;hb=eaefb953638f736ee8988251bf8cfc8bedad2563;hpb=ebc77b538ae411ffc5a5e6451eded2f5d999f2cb diff --git a/lib/DBIx/Class/Cursor.pm b/lib/DBIx/Class/Cursor.pm index 065e195..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,8 +38,6 @@ sub new { =head2 next -=back - 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,8 +58,6 @@ sub reset { =head2 all -=back - Virtual method. Returns all rows in the L. =cut