Skip Menu |

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

Report information
The Basics
Id: 120821
Status: resolved
Priority: 0/
Queue: SQL-Translator

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.11024



Subject: Configuration fails with Perl 5 blead due to no-dot-by-default-in-@INC
In Perl 5.26.0, '.' will no longer be found by default in @INC. Today I attempted to configure, build and test SQL-Translator using Perl 5 blead. Configuration failed with 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. ##### I hope to submit a pull request soon. Thank you very much. Jim Keenan
On Fri Mar 31 21:33:06 2017, JKEENAN wrote: Show quoted text
> In Perl 5.26.0, '.' will no longer be found by default in @INC. > > Today I attempted to configure, build and test SQL-Translator using > Perl 5 blead. Configuration failed with 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. > ##### > > I hope to submit a pull request soon. >
I submitted https://github.com/dbsrgits/sql-translator/pull/86#issuecomment-422134961 on March 31 2017. This has been acted upon, and new versions of SQL-Translator have been released to CPAN. I have installed SQL-Translator-0.11024, so the problem is resolved. Thank you very much. Jim Keenan