Author: lwall
Date: 2009-03-16 02:24:38 +0100 (Mon, 16 Mar 2009)
New Revision: 25849

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
make blocks transparent to Junctions (in the absence of explicit parameter 
types)


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-03-16 01:23:33 UTC (rev 25848)
+++ docs/Perl6/Spec/S02-bits.pod        2009-03-16 01:24:38 UTC (rev 25849)
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <la...@wall.org>
   Date: 10 Aug 2004
-  Last Modified: 7 Mar 2009
+  Last Modified: 15 Mar 2009
   Number: 2
-  Version: 158
+  Version: 159
 
 This document summarizes Apocalypse 2, which covers small-scale
 lexical items and typological issues.  (These Synopses also contain
@@ -1028,8 +1028,8 @@
     Class       Perl 6 standard class namespace
     Role        Perl 6 standard generic interface/implementation
     Grammar     Perl 6 pattern matching namespace
-    Any         Perl 6 object (default parameter type, excludes Junction)
-    Object      Perl 6 object (either Any or Junction)
+    Any         Perl 6 object (default routine parameter type, excludes 
Junction)
+    Object      Perl 6 object (default block parameter type, either Any or 
Junction)
 
 A C<KeyHash> differs from a normal C<Hash> in how it handles default
 values.  If the value of a C<KeyHash> element is set to the default

Reply via email to