Skip Menu |

This queue is for tickets about the PDL-VectorValued CPAN distribution.

Report information
The Basics
Id: 121661
Status: resolved
Priority: 0/
Queue: PDL-VectorValued

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

Bug Information
Severity: (no value)
Broken in: 1.0.6
Fixed in: 1.0.7



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).
thanks for the report (& suggestion); should be fixed in PDL-VectorValued v1.0.7 On 2017-05-13 10:15:33, SREZIC wrote: Show quoted text
> 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).