On Mon, 02 Nov 2015 09:43:13 -0800, andr...@gmail.com wrote:
>  $ perl6 -v
> This is perl6 version 2015.10-124-g63f6fc9 built on MoarVM version
> 2015.10-14-g5ff3001
> 
> $ perl6 -e 'say (* !~~ Int)(1)'
> ===SORRY!=== Error while compiling -e
> Variable '&infix:<!~~>' is not declared
> at -e:1
> ------> say (* ⏏!~~ Int)(1)
> 
>  $ perl6 -e 'say (* ~~ Int)(1)'
> True

Seems to have been fixed.  Test added in roast commit 4b2fef409, so resolving.

Reply via email to