[perl #63828] Rakudo doesn't accept parameters which are literals (but STD does)

2009-06-30 Thread jn...@jnthn.net via RT
On Fri Mar 13 05:23:29 2009, masak wrote: > std: sub foo(1,2,3) {...} > std 25816: OUTPUT«ok 00:02 35m␤» > Heh > jnthn, is that already known? > I didn't even know that was valid syntax... :-P However, it is valid syntax, and pretty cool syntax at that. It's also supported in Rakudo as of git

[perl #63828] Rakudo doesn't accept parameters which are literals (but STD does)

2009-03-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63828] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63828 > std: sub foo(1,2,3) {...} std 25816: OUTPUT«ok 00:02 35m␤» Heh jnthn, is that alread