Author: wayland Date: 2009-05-09 07:43:11 +0200 (Sat, 09 May 2009) New Revision: 26736
Modified: docs/Perl6/Spec/S28-special-names.pod Log: [S28] Update to conform with recent S02 changes Modified: docs/Perl6/Spec/S28-special-names.pod =================================================================== --- docs/Perl6/Spec/S28-special-names.pod 2009-05-09 01:19:04 UTC (rev 26735) +++ docs/Perl6/Spec/S28-special-names.pod 2009-05-09 05:43:11 UTC (rev 26736) @@ -93,7 +93,7 @@ $*GID Int # group id $*IN S16 IO # Standard input handle; is an IO object @*INC S11 # where to search for user modules (but not std lib!) - $?LANG S02 # Which Perl parser should embedded closures parse with? + %?LANG S02 Hash of Grammar # What is the current set of interwoven languages? $*LANG S02 Str # LANG variable from %*ENV that defines what human language is used $?LINE S02 Int # current line number in source file %*META-ARGS S19 Hash of XXX # Meta-arguments @@ -103,7 +103,6 @@ $?KERNEL SoftwarePackage # operating system compiled for $*KERNEL SoftwarePackage # operating system running under $*OUT S16 IO # Standard output handle - $?PARSER S02 Grammar # Which Perl grammar was used to parse this statement? $?PACKAGE S02 Package # current package $?PERL S02 SoftwarePackage # Which Perl am I compiled for? $*PERL S02 SoftwarePackage # perl version running under