Skip to content
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

Ensure that core boolean support doesn't fail on perls older than 5.36 #190

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

leonerd
Copy link
Contributor

@leonerd leonerd commented Jan 21, 2024

Your most recent version works fine on Perl 5.36+ but fails on earlier perls due to not having the experimental::builtin warning category. This PR fixes it by only quieting it conditionally on being a supporting perl version.

Additionally there's no need to pull in builtin.pm, because the builtin functions are always built in to the interpreter and always available on Perl 5.36 or later.

@garu garu merged commit ee3acd0 into garu:main Jan 22, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants