Author: moritz
Date: 2009-04-19 16:46:29 +0200 (Sun, 19 Apr 2009)
New Revision: 26284

Modified:
   docs/Perl6/Spec/S28-special-names.pod
Log:
[S28] $*INC should be @*INC, I hope

Modified: docs/Perl6/Spec/S28-special-names.pod
===================================================================
--- docs/Perl6/Spec/S28-special-names.pod       2009-04-19 14:45:07 UTC (rev 
26283)
+++ docs/Perl6/Spec/S28-special-names.pod       2009-04-19 14:46:29 UTC (rev 
26284)
@@ -92,7 +92,7 @@
  $?GRAMMAR         S02   Grammar      # current grammar
  $*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!)
+ @*INC             S11                # where to search for user modules (but 
not std lib!)
  $?LANG            S02                # Which Perl parser should embedded 
closures parse with?
  $*LANG            S02   Str          # LANG variable from %*ENV that defines 
what human language is used
  $?LINE            S02   Int          # current line number in source file

Reply via email to