[EMAIL PROTECTED] writes:
> Log:
> Line-initial #{ is no longer a line-end comment, but starts a "block
> comment", guaranteed to catch at compile time the accidental use
> of "#{...} foo();". (Old behavior would silently not execute
> foo().)
Oooh, those block comments look nifty --
Author: larry
Date: Tue Jun 12 11:33:55 2007
New Revision: 14418
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S03.pod
Log:
Line-initial #{ is no longer a line-end comment, but starts a "block comment",
guaranteed to catch at compile time the accidental use of "#{...} foo(