On Mon, Apr 10, 2006 at 11:04:45AM -0700, [EMAIL PROTECTED] wrote:
> Embedded comments are supported as a variant on quoting syntax, introduced
> -by C<.#> and delimited by user-selected characters.
> +by C<#> plus any user-selected bracketing characters (including Unicode):
I don't think that a
> +insert a line break into a sequence of methods calls include:
s/methods/method/
> A consequence of the postfix rule is that (except when delimiting a
...
> +a quote or terminating a "long dot") a dot with whitespace in front
Too many a's.
> +you to insert optional whitespace and commentsbetwe
Author: larry
Date: Mon Apr 10 11:04:44 2006
New Revision: 8625
Modified:
doc/trunk/design/syn/S02.pod
Log:
Refactored long dot and embedded comments to be more orthogonal, so that
foo.#{ bar }.baz is now just a long dot whose happens to match #{}.
Modified: doc/trunk/design/syn/S02.pod
===