This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Any Common digit set can match in any script
authorKarl Williamson <khw@cpan.org>
Thu, 14 Mar 2019 17:48:11 +0000 (11:48 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 14 Mar 2019 18:18:01 +0000 (12:18 -0600)
commitf4e61fc03836484ea88518e8bf04cc1b32a6a1a0
tree54a697a00fe9ed00a15d86abb46a359b95f7407e
parentbfa9f5ee70ce509f0e66dcff9e9fda131ea8a133
Any Common digit set can match in any script

This fixes a design flaw in script runs that in 5.30 effectively
prevented digits from the Common script except the ASCII [0-9] from
being in any meaningful script run.
pod/perldelta.pod
pod/perlre.pod
regexec.c
t/re/script_run.t