This works now: $ perl6 -e 'say not(0) + 1' 2
$ perl6 -e 'say (not 0) + 1' 2 The test was unfudged with commit https://github.com/perl6/roast/commit/0f47ac7711 I'm closing this ticket as 'resolved'.
Christian Bartolomaeus via RT Tue, 03 Mar 2015 13:36:57 -0800
This works now: $ perl6 -e 'say not(0) + 1' 2
$ perl6 -e 'say (not 0) + 1' 2 The test was unfudged with commit https://github.com/perl6/roast/commit/0f47ac7711 I'm closing this ticket as 'resolved'.