Re: RFC 193 (v1) Objects : Core support for method delegation

[email protected] (Nathan Wiger) Tue, 05 Sep 2000 13:12:56 -0700
Newsgroups perl.perl6.language.objects
Organization Sun Microsystems
Message-ID <[email protected]>
Damian Conway wrote:
> 
>    >   attr3 => [ALL]
> 
> It was (and is) a good suggestion. I suspect however that it should be
> 
>      attr3 => [__ALL__]

Any consideration given to the :all export-like tag?

   attr3 => [:all]    # could be uppercase too

-Nate