http://qs1969.pair.com?node_id=692223

palette has asked for the wisdom of the Perl Monks concerning the following question:

Can't locate object method "<methodname>" via package "DBIx::Class::ResultSet
Can anyone let me know what's the reason for this error.

Replies are listed 'Best First'.
Re: error in DBIx::Class::Resultset
by moritz (Cardinal) on Jun 16, 2008 at 08:34 UTC
    Most likely you're trying to use a Resultset object in a way that you shouldn't, or you failed to set it up correctly.

    If you want more specific advise, show us the code (including the initialization of the various DBIx::Class classes).