Cool! I found that bug too, but understand it wrong and do not
reproduce in small example. Thank you!
2008/12/28 via RT Matthew Walton :
> # New Ticket Created by Matthew Walton
> # Please include the string: [perl #61766]
> # in the subject line of all future correspondence about this issue.
>
# New Ticket Created by Ilya Belikin
# Please include the string: [perl #61806]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61806 >
Hi there!
examples:
> sub foo (%h?) { { a => 1, %h }.perl.say; }; foo( { b => 2 } );
{
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61816]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61816 >
perl6: $OUT.say("hi")
rakudo 34584: OUTPUT«Scope not found for PAST::Var '$OUT' [...]
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61824]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61824 >
rakudo: my @a = <1 2 3 4 5 6>; my @b = (10..16); for @a Z @b
<-> $a,$b { $a++ }; say @
# New Ticket Created by Jeff Horwitz
# Please include the string: [perl #61826]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61826 >
assume the following three files:
Bar.pm:
say "in Bar.pm";
foo1.p6:
module F
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61814]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61814 >
S12:
To declare a lexically scoped class, use my class.
This currently does not work i