Skip to content

remove unhandled import arguments#11

Open
haarg wants to merge 1 commit intoyanick:masterfrom
haarg:no-import-methods
Open

remove unhandled import arguments#11
haarg wants to merge 1 commit intoyanick:masterfrom
haarg:no-import-methods

Conversation

@haarg
Copy link

@haarg haarg commented Aug 27, 2023

Previous versions of perl allow a use or import call even if the import method doesn't exist. Future versions are intending to throw errors for calls to an undefined import method that includes arguments.

Remove the arguments to use_ok when the import method does not exist.

Previous versions of perl allow a use or import call even if the import
method doesn't exist. Future versions are intending to throw errors for
calls to an undefined import method that includes arguments.

Remove the arguments to use_ok when the import method does not exist.
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