Subject: | Can't use string ("ioloop") as a subroutine ref |
The test suite fails:
...
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_load.t ..... ok
Can't use string ("ioloop") as a subroutine ref while "strict refs" in use at /home/cpansand/.cpan/build/2019042713/Mojolicious-8.15-c78Gfd/blib/lib/Mojo/Promise.pm line 71.
Terminated
Makefile:829: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 143
...
Probably this happens if the newest Mojolicious (8.15) is installed.