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 checks in tests #1

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

haarg
Copy link
Contributor

@haarg haarg commented Jul 30, 2023

The tests include version checks, but their syntax was wrong. Versions in a use line need to be entirely numeric or v prefixed numbers. Strings are instead passed to the import method. This would be ignored. Future versions of perl are intending to throw errors for unhandled import arguments.

The tests include version checks, but their syntax was wrong. Versions
in a use line need to be entirely numeric or v prefixed numbers. Strings
are instead passed to the import method. This would be ignored. Future
versions of perl are intending to throw errors for unhandled import
arguments.
@rkitover rkitover merged commit 2235853 into rkitover:master Jul 30, 2023
@rkitover
Copy link
Owner

I'll get this uploaded in a bit.

@rkitover
Copy link
Owner

Uploaded 0.039

@haarg haarg deleted the fix-version-checks branch July 31, 2023 02:18
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.

None yet

2 participants