Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: fb03d6749a9c1455604b466ace547eadacf75eae
https://github.com/Perl/perl5/commit/fb03d6749a9c1455604b466ace547eadacf75eae
Author: Karl Williamson <[email protected]>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Remove extraneous conditional
This is checking that the argument is an ASCII \w that isn't an
underscore. But in this range, that is identical to an alphanumeric,
which there is already a macro for, so use that single macro instead of
the two.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications