Re: RFC 193 (v1) Objects : Core support for method delegation
[email protected] (Damian Conway) Wed, 6 Sep 2000 07:10:49 +1100 (EST)
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Message-ID | <[email protected]> |
Too early in the morning, I wrote: > > I might like to see something like URI suggested: > > > > attr3 => [ALL] > > It was (and is) a good suggestion. I suspect however that it should be > > attr3 => [__ALL__] > > so that classes can still have an C<ALL> method delegated. > (Yes, now they can't have an C<__ALL__> method, > but maybe that's a Good Thing ;-) Stupid, stupid, stupid! Of course, that should be: attr3 => __ALL__ and then delegated methods can be named any(crazy)thing. Damian