# New Ticket Created by Boris Möbus # Please include the string: [perl #127528] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127528 >
Version >>perl -v This is Rakudo version 2016.01.1 built on MoarVM version 2016.01 implementing Perl 6.c. Behaviour: > say so 'abc' ~~ / (\w+) . /; True > $0 ?ab? Should be (last two lines): >$0 ab
