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

t/Parsers.t - use_ok() does not take a test name as an argument #4

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

demerphq
Copy link
Contributor

use_ok() passes its argument into the use statement, in 5.39.1 passing an argument into a non-existent import statement is an error, but in older perls is silently ignored. This removes the test name from the use_ok() statements

use_ok() passes its argument into the use statement, in 5.39.1
passing an argument into a non-existent import statement is an
error, but in older perls is silently ignored. This removes
the test name from the use_ok() statements
@exodist exodist merged commit 8ad7715 into exodist:master Oct 23, 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