# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #63920]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63920 >


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)


...
-    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)

Basic tests in t/spec/S04-blocks-and-statements/pointy.t

Cheers,
Moritz

Reply via email to