Skip to content

remove extraneous argument to use_ok#1

Open
haarg wants to merge 1 commit into
tomk3003:masterfrom
haarg:remove-use_ok-args
Open

remove extraneous argument to use_ok#1
haarg wants to merge 1 commit into
tomk3003:masterfrom
haarg:remove-use_ok-args

Conversation

@haarg

@haarg haarg commented Aug 27, 2023

Copy link
Copy Markdown

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.
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.

1 participant