File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ not-yet-declared package name.
52
52
53
53
= head1 Pseudo-packages
54
54
55
+ X « |MY (package) » X « |OUR (package) » X « |CORE (package) » X « |GLOBAL (package) » X « |PROCESS (package) » X « |COMPILING(package) »
55
56
The following pseudo-package names are reserved at the front of a name:
56
57
57
58
MY # Symbols in the current lexical scope (aka $?SCOPE)
@@ -61,6 +62,7 @@ The following pseudo-package names are reserved at the front of a name:
61
62
PROCESS # Process-related globals (superglobals)
62
63
COMPILING # Lexical symbols in the scope being compiled
63
64
65
+ X « |CALLER (package) » X « |CALLERS (package) » X « |DYNAMIC (package) » X « |OUTER (package) » X « |OUTERS (package) » X « |LEXICAL (package) » X « |UNIT (package) » X « |SETTING (package) » X « |PARENT (package) » X « |CIENT (package) »
64
66
The following relative names are also reserved but may be used
65
67
anywhere in a name:
66
68
You can’t perform that action at this time.
0 commit comments