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

[email protected] (Damian Conway) Wed, 6 Sep 2000 08:32:06 +1100 (EST)
Newsgroups perl.perl6.language.objects
Message-ID <[email protected]>
   > use delegation
   >     attr1 => [qw( method1 method2 method3 )],
   >     attr2 => [qw( method4 method5 )],
   >     attr3 => __ALL__, # Use all of them.
   >     attr4 => [];      # Use none of them.
   > 
   > Yes, I realize that not putting attr4 in there at all is the same
   > (default) thing. It's just kind of a semantic thing in my mind.

Yes, that's what I meant by "documentation". :-)

Damian