0.06000 changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Cursor.pm
index 065e195..3c55b69 100644 (file)
@@ -28,8 +28,6 @@ information.
 
 =head2 new
 
-=back
-
 Virtual method. Returns a new L<DBIx::Class::Cursor> 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<DBIx::Class::ResultSet>.
 
 =cut