Author: wayland
Date: 2009-02-27 09:28:45 +0100 (Fri, 27 Feb 2009)
New Revision: 25612

Modified:
   docs/Perl6/Spec/S28-special-names.pod
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
IO.pod/S28: Regularised %*PROTOCOLS


Modified: docs/Perl6/Spec/S28-special-names.pod
===================================================================
--- docs/Perl6/Spec/S28-special-names.pod       2009-02-27 08:26:45 UTC (rev 
25611)
+++ docs/Perl6/Spec/S28-special-names.pod       2009-02-27 08:28:45 UTC (rev 
25612)
@@ -106,6 +106,7 @@
  $*PID                   Int          # system process id
  %=POD             S02                # (or some such)
  $*PROGRAM_NAME          Str          # name of the Perl program being executed
+ %*PROTOCOLS       S16   Hash of Method # Stores the methods needed for the 
uri() function
  ::?ROLE                 Str          # current role (as package or type name)
  $?ROLE                  Role         # current role
  &?ROUTINE         S06   Routine      # current sub or method (itself)

Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-02-27 08:26:45 UTC (rev 
25611)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-02-27 08:28:45 UTC (rev 
25612)
@@ -74,7 +74,7 @@
 
 These can naturally be overridden or added to by other modules.  
 
-=item %PROTOCOLS global variable
+=item %*PROTOCOLS global variable
 
 For each protocol, stores a type name that should be instantiated by calling 
the .uri() 
 constructor on that type, and passing in the appropriate uri.  

Reply via email to