sandy icon indicating copy to clipboard operation
sandy copied to clipboard

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

Open haarg opened this issue 2 years ago • 1 comments

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.

haarg avatar Aug 27 '23 12:08 haarg

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

jkeenan avatar Jun 17 '24 19:06 jkeenan