Skip to content

remove calls to undefined App::Sandy::Types->import#8

Open
haarg wants to merge 1 commit intogalantelab:devfrom
haarg:remove-unhandled-import-calls
Open

remove calls to undefined App::Sandy::Types->import#8
haarg wants to merge 1 commit intogalantelab:devfrom
haarg:remove-unhandled-import-calls

Conversation

@haarg
Copy link

@haarg haarg commented Aug 27, 2023

App::Sandy::Types does not export anything, and has no import method. The calls to its import method were ignored by perl. Future versions of perl are intending to throw errors for calls to an undefined import method that includes arguments.

App::Sandy::Types does not export anything, and has no import method. The calls to its import method were ignored by perl. Future versions of perl are intending to throw errors for calls to an undefined import method that includes arguments.
@jkeenan
Copy link

jkeenan commented Jun 17, 2024

I can verify that this pull request will correct the test failures. Tested on Ubuntu Linux 22.04 LTS with perl-5.40.0.

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.

2 participants