Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d3f4b64cf0f6b5211332e83833c324a9a78653e9
https://github.com/Perl/perl5/commit/d3f4b64cf0f6b5211332e83833c324a9a78653e9
Author: Lukas Mai <[email protected]>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: there is no 'err' operator
The idea behind this check was to exempt code like
print (...) err ...;
from the "print (...) interpreted as function" warning, but there is no
low-precedence err operator.
Follow-up to commit b14399855b.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications