Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: c34c2111bef12c31cf53049232328873b2d75a90
https://github.com/Perl/perl5/commit/c34c2111bef12c31cf53049232328873b2d75a90
Author: vaitkus <[email protected]>
Date: 2025-02-16 (Sun, 16 Feb 2025)
Changed paths:
M charclass_invlists.h
M lib/Unicode/UCD.pm
M lib/unicore/uni_keywords.pl
M pod/perlunicook.pod
M regcharclass.h
M uni_keywords.h
Log Message:
-----------
lib/Unicode/UCD.pm: update num() usage example
A combination of two Rumi digits is not considered a valid decimal
number by num() thus resulting in an undef result value. While such
behaviour is properly documented in the num() description and thus
expected, it might be better to give an example that returns a proper
numeric value.
An equivalent change was made to an example in pod/perlunicook.pod.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications