This no longer gives a NullPointerException:
$ perl6-j
> 'asa' ~~ /:s ^a* %
===SORRY!=== Error while compiling
Missing quantifier on the left argument of %
at :2
--> ⏏
$ perl6-j --version
This is perl6 version 2015.01-60-g12db81b built on JVM
Is this closeable or do we need a test for the r
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #120379]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=120379 >
moritz@pat:~/p6/json>perl6-j
> 'asa' ~~ /:s ^a* %
java.lang.NullPointerException
java.lan