Skip Menu |

This queue is for tickets about the Alien-GvaScript CPAN distribution.

Report information
The Basics
Id: 121658
Status: resolved
Priority: 0/
Queue: Alien-GvaScript

People
Owner: DAMI [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.44
Fixed in: (no value)



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.
On Sat May 13 09:53:51 2017, SREZIC wrote: Show quoted text
> > Probably you have to add something like 'use lib ".";' somewhere in > the Build.PL.
plicease sent me a patch doing exactly that, and indeed it fixes the problem.