Hi,All

DBIC::Cursor::Cached is so good!
but, next method has bug.

I wrote a patch below:

$ diff Cached.pm Cached.pm.org
37c37
<   return @{($self->{data} ||= $self->_fill_data)->[$self->{pos}++]||[]};
---
>   return @{($self->{data} ||= $self->_fill_data)->{$self->{pos}++}||[]};


Does the patch seem good?

-- 
Atsushi Kobayashi

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to