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

emove extraneous argument to use_ok #2

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

haarg
Copy link
Contributor

@haarg haarg commented Aug 27, 2023

use_ok does not accept a test name, but passes its extra arguments to the module's import method. Perl has always ignored these extraneous arguments, but future versions are intending to make it an error to pass arguments to an undefined import method.

use_ok does not accept a test name, but passes its extra arguments to
the module's import method. Perl has always ignored these extraneous
arguments, but future versions are intending to make it an error to pass
arguments to an undefined import method.
@gliganh gliganh merged commit 4d24d2c into gliganh:master Aug 28, 2023
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