-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avoid precedence warning #113
avoid precedence warning #113
Conversation
Perl 5.40.0 extended the scope of the precedence warning to include ternary operators. <https://perldoc.perl.org/5.40.0/perldelta> Reported-By: Peter Sütterlin <[email protected]>
89575a3
to
79bb691
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks so much!
We should also add 5.40 to the test matrix. |
@aspiers commented on July 12, 2024 12:02 AM:
Done in #114. |
@aspiers I think you may have forgotten to release the fix. Your 2.4.0 tag is behind this commit, making it still incompatible with perl 5.40.0 |
I hadn't forgotten, it just got buried beneath a bunch of other projects. Will try to get round to it soon but I'm on a work trip all next week which may either delay or expedite depending on how intense it is. Thanks for the nudge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixed the issue.
This is the NEWS entry for #113.
Now released in 2.4.1. |
Perl 5.40.0 extended the scope of the precedence warning to include ternary operators.
https://perldoc.perl.org/5.40.0/perldelta