Author: lwall
Date: 2009-02-01 17:31:51 +0100 (Sun, 01 Feb 2009)
New Revision: 25157

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
ref -L in S19


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-02-01 16:25:33 UTC (rev 25156)
+++ docs/Perl6/Spec/S02-bits.pod        2009-02-01 16:31:51 UTC (rev 25157)
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <la...@wall.org>
   Date: 10 Aug 2004
-  Last Modified: 28 Jan 2009
+  Last Modified: 1 Feb 2009
   Number: 2
-  Version: 150
+  Version: 151
 
 This document summarizes Apocalypse 2, which covers small-scale
 lexical items and typological issues.  (These Synopses also contain
@@ -1764,7 +1764,7 @@
     OUR         # Package symbols declared in the current package
     FILE        # Lexical symbols in this file's outermost scope
     PERL        # Lexical symbols in the standard setting
-    LANG        # Lexical symbols in current dsl (usually PERL)
+    LANG        # Lexical symbols in current DSL (usually PERL)
     GLOBAL      # Interpreter-wide package symbols
     PROCESS     # Process-related globals (superglobals)
     SUPER       # Package symbols declared in inherited classes
@@ -1788,7 +1788,8 @@
 (such as C<-n> or C<-p>) can put you into a domain specific language,
 in which case C<PERL> remains the scope of the standard language,
 while C<LANG> represents the scope defining the DSL that functions
-as the setting of the current file.
+as the setting of the current file.  See also the C<-L>/C<--language>
+switch described in L<S19-commandline>.
 
 =item *
 

Reply via email to