I'm getting the following error when using Authentication::Store::DBIC:
"Can't call method "select" on an undefined value at
/usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/ResultSet.pm line
493."
Line 493 is:
return $self->{cursor}
||= $self->result_source->storage->select($attrs->{from}, $attrs->{select},
$attrs->{where},$attrs);
Anyone have any ideas as to what might be causing this?
Sorry if the description is vague, not sure what else to provide.
Thansk.
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/