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

remove extraneous arguments to use_ok #3

Closed
wants to merge 1 commit into from

Conversation

haarg
Copy link
Contributor

@haarg haarg commented Jul 21, 2023

The extra arguments to use_ok are arguments passed to the module's import method, not a test name. Newer perl versions will reject import calls with unhandled arguments, causing a failure.

The extra arguments to use_ok are arguments passed to the module's
import method, not a test name. Newer perl versions will reject import
calls with unhandled arguments, causing a failure.
@shlomif
Copy link
Owner

shlomif commented Jul 22, 2023 via email

@shlomif
Copy link
Owner

shlomif commented Jul 22, 2023

@haarg : merged and released. thanks.

@shlomif shlomif closed this Jul 22, 2023
@haarg haarg deleted the fix-use_ok branch July 31, 2023 02:19
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Dec 16, 2023
0.3.8       2023-07-22
    - Fix use_ok() call.
        - shlomif/perl-file-find-object#3
        - Thanks to @haarg .
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