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

Failing test on perl 5.39.1 #18

Closed
mauke opened this issue Jul 20, 2023 · 2 comments
Closed

Failing test on perl 5.39.1 #18

mauke opened this issue Jul 20, 2023 · 2 comments

Comments

@mauke
Copy link

mauke commented Jul 20, 2023

Starting with 5.39.1, tests are failing:

Attempt to call undefined import method with arguments via package "Test::SubExporter::SETUPALT" (Perhaps you forgot to load the package?) at t/real-export-setup.t line 149.

This is because import is no longer special-cased by the interpreter. It is looked up as a normal method in UNIVERSAL, and UNIVERSAL::import dies if passed arguments.

@rjbs
Copy link
Owner

rjbs commented Jul 21, 2023

This will be fixed by #17

@rjbs
Copy link
Owner

rjbs commented Jul 22, 2023

Should be fixed in new release.

@rjbs rjbs closed this as completed Jul 22, 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

No branches or pull requests

2 participants