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

Commits on Jul 30, 2023

  1. fix version checks in tests

    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.
    haarg committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f68bb7f View commit details
    Browse the repository at this point in the history