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"};
;-)
--
Paul Makepeace .............................. http://paulm.com/inchoate/
"If you are not on top, then we have cause to regret."
-- http://paulm.com/toys/surrealism/
_______________________________________________
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/