# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130433]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=130433 >
Code:
say ‘hello’.comb(/./).perl
Result (2016.10):
("h", "e", "l", "l", "o").Seq
Result (2016.11):
("h", "e", "l", "l", "o")
Bisectable points to
https://github.com/rakudo/rakudo/commit/1794328cfb319249d35c9ca3e08c2adac2b8f529
I'm not sure what is the best behavior, it could be argued both ways. See IRC
log: https://irclog.perlgeek.de/perl6/2016-12-27#i_13808467