Subject: | . removed from @INC |
In perl 5.26, the dot was removed from @INC. This is causing build problems if running Build.PL from the command line (there's a hack within CPAN.pm and other installers which fixes the removal temporarily):
Can't locate GvaScript_Builder.pm in @INC (you may need to install the GvaScript_Builder module) (@INC contains: /var/tmp/cpansmoker-1002/2017051303/CPAN-Reporter-lib-GTPt /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 Build.PL line 3.
BEGIN failed--compilation aborted at Build.PL line 3.
Probably you have to add something like 'use lib ".";' somewhere in the Build.PL.