Subject: | Configuration fails in perl-5.29: no-dot-in-@INC |
Configuring with perl-5.29.3 on FreeBSD-11:
#####
[Aspect-1.04] $ perl Makefile.PL
Can't locate inc/Module/Install/DSL.pm in @INC (you may need to install the inc::Module::Install::DSL module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.26 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.26/mach /usr/local/lib/perl5/5.26) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
#####
Patching Makefile.PL with:
#####
$ diff Makefile.PL.orig Makefile.PL
0a1
Show quoted text
> use lib '.';
#####
Re-try: all tests PASS.