Subject: | Fails to build on perl 5.24 due to lack of "." in @INC |
Attempting to build on 5.24 fails because the source tries to use inc/Module/Install.pm, which no longer works.
This can be worked around by adding
use lib ".";
back into Makefile.PL
--
Paul Evans