[Catalyst-dev] Moose Port: Class::C3 vs Moose Method Modifiers
Guillermo Roditi
groditi at gmail.com
Tue May 27 20:06:53 GMT 2008
>
> It helps if you read the NEXT source code:
>
> my @possibilities = ...;
> sub goto_next_method {
> my $next_method = $possibilities[int rand @possibilities];
> @_ = ($self, @args);
> goto $next_method;
> }
>
> OK, maybe I made that up.
Hey Jon,
Thanks for taking the time to (only) reply to the ONE thing that was
not relevant in this thread where I was attempting to seriously
address the core dev team regarding a very important decision that
needs to be made. It's not like I asked for input regarding a behavior
that would break back compat in a not-so-unrealistic scenario. Really,
thanks.
--
Guillermo Roditi (groditi)
More information about the Catalyst-dev
mailing list