[Dbix-class] I can't use two own components that use ResultSetManager.
atsushi kobayashi
nekokak at gmail.com
Thu Mar 16 12:00:52 CET 2006
HI.
2006/3/16, Paul Makepeace <lists.rawmode.org at paulm.com>:
> Je 2006-03-16 05:15:29 +0000, David Kamholz skribis:
> >
> > On Mar 16, 2006, at 5:58 AM, David Kamholz wrote:
> > > *{"$resultset_class\::$meth"} = \&{"$self::\$meth};
> >
> > Heh, whoops, that should of course be:
> >
> > *{"$resultset_class\::$meth"} = \&{"$self\::$meth};
>
> Here, have the damn ", on me,
>
> *{"$resultset_class\::$meth"} = \&{"$self\::$meth"};
>
> ;-)
>
>
OK.
I will try it.
When I examined "DBIx::Class::ResultSetManager::_register_attributes" ahead,
the attribute was not found in "Bar::bar".
But bar method existed in Class::Inspector->methods($self).
When what you say is examined, it E-mails again.
Thanks!
atsushi
More information about the Dbix-class
mailing list