Skip Menu |

This queue is for tickets about the SQL-Abstract CPAN distribution.

Report information
The Basics
Id: 120823
Status: resolved
Priority: 0/
Queue: SQL-Abstract

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

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



Subject: Configuration fails with Perl 5 blead due to no-dot-by-default-in-@INC
As of Perl 5.26.0, '.' will no longer be found by default in @INC. Today I attempted to configure SQL-Abstract against Perl 5 blead. I got these errors: ##### /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 1. BEGIN failed--compilation aborted at Makefile.PL line 1. ##### A pull request will be forthcoming. Thank you very much. Jim Keenan
Thanks for the nudge. Instead of the pull request I've ported Makefile.PL from Module::Install to Distar, which fixes it differently. - ilmari