Skip Menu |

This queue is for tickets about the JSON-Hyper CPAN distribution.

Report information
The Basics
Id: 128382
Status: open
Priority: 0/
Queue: JSON-Hyper

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: '.' is no longer in @INC
Build may fail for newer perls: ... Output from '/opt/perl-5.28.0/bin/perl Makefile.PL INSTALLDIRS=site': Can't locate inc/Module/Package.pm in @INC (you may need to install the inc::Module::Package module) (@INC contains: /var/tmp/cpansmoker-11577/2019012816/CPAN-Reporter-lib-JJ98 /opt/perl-5.28.0/lib/site_perl/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/site_perl/5.28.0 /opt/perl-5.28.0/lib/5.28.0/x86_64-linux /opt/perl-5.28.0/lib/5.28.0) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. ... Probably the fix is to add 'use lib ".";' on top of Makefile.PL.
I see this error on perl 5.42.1 Module::Install is installed and in @INC On Mon Jan 28 16:16:21 2019, SREZIC wrote: Show quoted text
> Build may fail for newer perls: > > ... > Output from '/opt/perl-5.28.0/bin/perl Makefile.PL INSTALLDIRS=site': > > Can't locate inc/Module/Package.pm in @INC (you may need to install > the inc::Module::Package module) (@INC contains: /var/tmp/cpansmoker- > 11577/2019012816/CPAN-Reporter-lib-JJ98 /opt/perl- > 5.28.0/lib/site_perl/5.28.0/x86_64-linux /opt/perl- > 5.28.0/lib/site_perl/5.28.0 /opt/perl-5.28.0/lib/5.28.0/x86_64-linux > /opt/perl-5.28.0/lib/5.28.0) at Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > ... > > Probably the fix is to add 'use lib ".";' on top of Makefile.PL.
type ... i meant to write 5.24.1 cpanm JSON::Hyper --look add "use lib '.';" at the top of Makefile.PL perl Makefile.PL make make install exit $ perl -MJSON::Hyper\ 999; JSON::Hyper version 999 required--this is only version 0.011. On Wed Oct 30 06:54:16 2019, DAVEWOOD wrote: Show quoted text
> I see this error on perl 5.42.1 > > Module::Install is installed and in @INC > > On Mon Jan 28 16:16:21 2019, SREZIC wrote:
> > Build may fail for newer perls: > > > > ... > > Output from '/opt/perl-5.28.0/bin/perl Makefile.PL INSTALLDIRS=site': > > > > Can't locate inc/Module/Package.pm in @INC (you may need to install > > the inc::Module::Package module) (@INC contains: /var/tmp/cpansmoker- > > 11577/2019012816/CPAN-Reporter-lib-JJ98 /opt/perl- > > 5.28.0/lib/site_perl/5.28.0/x86_64-linux /opt/perl- > > 5.28.0/lib/site_perl/5.28.0 /opt/perl-5.28.0/lib/5.28.0/x86_64-linux > > /opt/perl-5.28.0/lib/5.28.0) at Makefile.PL line 1. > > BEGIN failed--compilation aborted at Makefile.PL line 1. > > ... > > > > Probably the fix is to add 'use lib ".";' on top of Makefile.PL.
> >