X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCursor.pm;h=14816abed20c8554b1f7397b8bc7ad014d9e3f28;hb=7d3139ac1ff52213e2dad35fc9c9d1057711256a;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..14816ab 100644 --- a/lib/DBIx/Class/Cursor.pm +++ b/lib/DBIx/Class/Cursor.pm @@ -3,6 +3,8 @@ package DBIx::Class::Cursor; use strict; use warnings; +use base qw/DBIx::Class/; + =head1 NAME DBIx::Class::Cursor - Abstract object representing a query cursor on a @@ -38,7 +40,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