Branch: refs/heads/yves/hydahy_gh18032
  Home:   https://github.com/Perl/perl5
  Commit: 5236da55bb062fe5d1783d0983f5abb69d599182
      
https://github.com/Perl/perl5/commit/5236da55bb062fe5d1783d0983f5abb69d599182
  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

Reply via email to