Author: sorear
Date: 2010-07-23 11:45:15 +0200 (Fri, 23 Jul 2010)
New Revision: 31791
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] Move CALLER:: to the "reserved anywhere in a name" section, because
CALLER::CALLER:: is explicitly described.
Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod 2010-07-22 21:54:53 UTC (rev 31790)
+++ docs/Perl6/Spec/S02-bits.pod 2010-07-23 09:45:15 UTC (rev 31791)
@@ -2457,12 +2457,12 @@
GLOBAL # Interpreter-wide package symbols, really UNIT::GLOBAL
PROCESS # Process-related globals (superglobals)
COMPILING # Lexical symbols in the scope being compiled
- CALLER # Contextual symbols in the immediate caller's lexical scope
DYNAMIC # Contextual symbols in my or any caller's lexical scope
The following relative names are also reserved but may be used
anywhere in a name:
+ CALLER # Contextual symbols in the immediate caller's lexical scope
OUTER # Symbols in the next outer lexical scope
UNIT # Symbols in the outermost lexical scope of compilation unit
SETTING # Lexical symbols in the unit's DSL (usually CORE)