Perl 6 Alerts
keeping up to date with important changes
-
#6 | 2018-03-19 | severity: low | posted by AlexDaniel
In Rakudo 2018.03 Str.comb(Regex) was fixed to return a Seq instead of a List, making Str.comb always return a Seq. Code relying on the specifics of the previous behavior might require some tweaks.