Author: larry
Date: Mon Aug 7 13:37:03 2006
New Revision: 10680
Modified:
doc/trunk/design/syn/S02.pod
Log:
Interesting fossil discovered by Mark.Reed++.
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Mon Aug 7 13:37:03 2006
@@ -942,7 +942,7 @@
The string is allowed to contain additional instances of C<::>, which
will be interpreted as package nesting. You may only interpolate
entire names, since the construct starts with C<::>, and either ends
-immediately or is continued with another C<::> outside the curlies.
+immediately or is continued with another C<::> outside the parens.
Most symbolic references are done with this notation:
$foo = "Bar";