Subject: | . removed from @INC |
In perl 5.26 the dot is not anymore part of @INC. This is causing build failures:
Output from '/opt/perl-5.26.0-RC1/bin/perl Makefile.PL':
Making header files for XS...
do "mkheader" failed, '.' is no longer in @INC; did you mean do "./mkheader"? at Makefile.PL line 9.
mkheader: No such file or directory at Makefile.PL line 9.
Note that this happens only if running Makefile.PL directly from command line --- CPAN.pm et al have temporary hacks to prevent this problem.