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

Reply via email to