[perl #113804] [BUG] Can't flatten Range into a list of arguments in Rakudo

2012-06-23 Thread Patrick R. Michaud via RT
Now fixed in 690d774; needs spectests to close ticket. Thanks! Pm

[perl #113804] [BUG] Can't flatten Range into a list of arguments in Rakudo

2012-06-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #113804] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=113804 > r: say |[1, 2, 3, 4, 5, 6] rakudo dba6e9: OUTPUT<<123456NL>> r: say |(1..6) r