# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73684] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73684 >
<masak> rakudo: say for 1..3 <p6eval> rakudo e759b5: OUTPUT«» * masak submits rakudobug <masak> std: say for 1..3 <p6eval> std 30138: OUTPUT«Potential difficulties: Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument [...] ok 00:01 106m» <jnthn> masak: I hope you expected that to fail to compile :-) <masak> jnthn: no, why? <jnthn> masak: oh, std only says it's a "potential difficulty" :-/ <jnthn> It used to be an error. <jnthn> :-/ <masak> it used to, yes.