Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 120827
Status: resolved
Priority: 0/
Queue: DBIx-Class

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

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



Subject: DBIx::Class: Configuration fails with Perl 5 blead due to no-dot-by-default-in-@INC
Due to the removal of '.' from the default @INC in perl-5.26.0, your Makefile.PL will need to be revised to locate inc::Module::Install. Here's what I got today in the 'master' branch: ##### $ /home/jkeenan/testing/blead/bin/perl -I /home/jkeenan/testing/blead/lib Makefile.PL Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /home/jkeenan/testing/blead/lib /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11 /home/jkeenan/testing/blead/lib/perl5/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/5.25.11) at Makefile.PL line 5. BEGIN failed--compilation aborted at Makefile.PL line 5. ##### A simple "use lib '.';" should suffice. Thank you very much. Jim Keenan

It looks like the current CPAN release derives from this 0.0828xx maint branch: https://github.com/dbsrgits/dbix-class/commits/maint/0.0828xx

 

Maybe somebody could add the '.' in @INC fixes to that series and ship it.



-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
 

Workaround added. Will be on CPAN early next week. Thanks for the report!