[perl #64494] Multiple constraints shouldn't be allowed before a variable in Rakudo

2009-04-09 Thread jn...@jnthn.net via RT
On Mon Apr 06 03:57:36 2009, masak wrote: > rakudo: role Foo {}; role Bar {}; sub baz(Foo Bar $a) {}; say > "should not be alive here before 6.0.0" > rakudo 0310a3: OUTPUT«should not be alive here before 6.0.0␤» > * masak submits rakudobug > > According to

[perl #64494] Multiple constraints shouldn't be allowed before a variable in Rakudo

2009-04-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64494] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64494 > rakudo: role Foo {}; role Bar {}; sub baz(Foo Bar $a) {}; say "should not be alive here