Subject: | . removed from @INC |
In perl 5.26 "." was removed from @INC. This is causing the build to fail (only if run from command line):
Output from '/opt/perl-5.26.0-RC1/bin/perl Makefile.PL INSTALLDIRS=site':
Can't locate pdlmaker.plm in @INC (@INC contains: /var/tmp/cpansmoker-1002/2017051303/CPAN-Reporter-lib-QxbA /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0/x86_64-linux /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0 /opt/perl-5.26.0-RC1/lib/5.26.0/x86_64-linux /opt/perl-5.26.0-RC1/lib/5.26.0) at Makefile.PL line 4.
Probably this can be fixed by adding 'use lib ".";' into Makefile.PL (untested).