Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4027c9dfc870041a4c8bc797e4c65a7877b04785
https://github.com/Perl/perl5/commit/4027c9dfc870041a4c8bc797e4c65a7877b04785
Author: TAKAI Kousuke <[email protected]>
Date: 2024-11-27 (Wed, 27 Nov 2024)
Changed paths:
M pp.c
Log Message:
-----------
pp.c: Replace SvUV_nomg(sv) with SvUVX(sv) in pp_int.
Similar to commit 75122876d2e240d7aafe35db62c52dc639af3437,
SvUV_nomg(sv) here can be safely replaced with simple SvUVX(sv)
as SvIOK(sv) and SvIsUV(sv) are already tested.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications