HaloO,

[EMAIL PROTECTED] wrote:
Log:
"does" operator is non-associative according to S03.  Leave it that way for now.
[..]
-    $fido does Sentry | Tricks | TailChasing | Scratch;
+    $fido does (Sentry, Tricks, TailChasing, Scratch);

Does that apply to the trait verbs used in class definitions as well?
I find it a sane thing to write

  class C is (A,B,C) does (X,Y,Z) {...}


Regards, TSa.
--

Reply via email to