Branch: refs/heads/yves/hydahy_gh18032 Home: https://github.com/Perl/perl5 Commit: ff74e3ca7eb82a4ac2ea0f19de0b98ec656515eb https://github.com/Perl/perl5/commit/ff74e3ca7eb82a4ac2ea0f19de0b98ec656515eb Author: Richard Leach <richardle...@users.noreply.github.com> Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths: M ext/re/re.pm M pod/perlfunc.pod M pod/perlre.pod M regcomp.c M t/op/split.t Log Message: ----------- Preserve split " " behaviour when whitespace modifiers are present Prior to this commit, the " " pattern would be collapsed into the empty "" pattern if the split was within scope of `use re` whitespace modifiers. Since this split pattern is documented as being a special case, that behaviour is undesirable. With changes by Yves Orton Fixes #18032 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications