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

fix version requirement to use correct syntax #27

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

haarg
Copy link
Contributor

@haarg haarg commented Aug 28, 2023

Version numbers on a use line need to be unquoted to be handled properly. When they are quoted, they are passed in import instead. Part versions of perl ignored these arguments, but future versions are intending to throw errors for arguments given to an undefined import method.

Version numbers on a use line need to be unquoted to be handled
properly. When they are quoted, they are passed in import instead. Part
versions of perl ignored these arguments, but future versions are
intending to throw errors for arguments given to an undefined import
method.
@theory theory merged commit 03261c9 into theory:main Sep 2, 2023
@theory
Copy link
Owner

theory commented Sep 2, 2023

Thank you, @haarg!

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