On Wed Aug 27 06:17:33 2008, masak wrote:
> r30590:
> $ ./perl6 -e 'sub testa { return 5 }; if testa() -> $a { say $a }'
> Statement not terminated properly at line 1, near "-> $a { sa"
> [...]
>
This now works (thanks to pmichaud++) - resolving ticket.
Jonathan
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #58396]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58396 >
r30590:
$ ./perl6 -e 'sub testa { return 5 }; if testa() -> $a { say $a }'
Statement not