# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73328]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73328 >
<diakopter> rakudo: package foo { our package bar; say bar; }
<p6eval> rakudo b348b3: OUTPUT«bar»
<diakopter> std: package foo { our package bar; say bar; }
<p6eval> std 29945: OUTPUT«[31m===[0mSORRY![31m===[0mToo late for
semicolon form of package definition [...] FAILED 00:01 105m»
<masak> diakopter: that's correct.
<diakopter> which? rakudo?
<masak> oh, rakudo does it wrong...
<masak> STD is correct.
* masak submits rakudobug
<masak> alpha: package foo { our package bar; say bar; }
<p6eval> alpha 30e0ed: OUTPUT«Malformed declaration at line 10, near
"package ba" [...]
<masak> even alpha has a LTA error message.
<diakopter> sorta a regression, maybe
<masak> yes.