sandy
sandy copied to clipboard
remove calls to undefined App::Sandy::Types->import
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.
I can verify that this pull request will correct the test failures. Tested on Ubuntu Linux 22.04 LTS with perl-5.40.0.