in reply to Re: DBIx::Class Result classes using Moose
in thread DBIx::Class Result classes using Moose

When using MooseX::NonMoose in my ResultSet class as described here I find that calling new() on it fails when it tries to proxy over to new_result().

Is this a known bug (or limitation) of MooseX::NonMoose? Or am I doing something wrong?

Error I get (on DBIx-Class-0.08196):

Can't call method "isa" on unblessed reference at DBIx::Class::ResultSet::new(/usr/local/share/perl/5.10.1/DB +Ix/Class/ResultSet.pm:197)

Replies are listed 'Best First'.
Re^3: DBIx::Class Result classes using Moose
by tospo (Hermit) on Sep 17, 2012 at 21:27 UTC
    sorry for the delay - haven't been in here for a while... Can't even help you much I'm afraid. It worked fine for me. Can you post some code?