HI.

2006/3/16, Paul Makepeace <[EMAIL PROTECTED]>:
> 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

_______________________________________________
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/

Reply via email to