Author: lwall
Date: 2009-10-30 22:13:55 +0100 (Fri, 30 Oct 2009)
New Revision: 28960

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] remove fossil found by pmichaud++


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-10-30 20:04:13 UTC (rev 28959)
+++ docs/Perl6/Spec/S02-bits.pod        2009-10-30 21:13:55 UTC (rev 28960)
@@ -2007,8 +2007,8 @@
     MY          # Symbols in the current lexical scope (aka $?SCOPE)
     OUR         # Symbols in the current package (aka $?PACKAGE)
     CORE        # Outermost lexical scope, definition of standard Perl
-    GLOBAL      # Interpreter-wide package symbols, really CORE::GLOBAL
-    PROCESS     # Process-related globals (superglobals), CORE::PROCESS
+    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
     CONTEXT     # Contextual symbols in my or any caller's lexical scope

Reply via email to