Re: RFC 174 (v1) Parse C<func($obj, @args)> as C<func $obj (@args)>

[email protected] (Tom Christiansen) Wed, 30 Aug 2000 21:05:06 -0600
Newsgroups perl.perl6.language.subs
Message-ID <3148.967691106@chthon>
>I find the Y()->X() vs Y::->X() confusion of Y->X() to be simply a bug
>in the "precedence" of symbolic refs vs bareword classnames. I think
>that people very rarely mean the former.

Agreed.  I feel that -> should autoquote its LH operand, just as => does.

--tom