Subject: | Makefile.PL fails when no '.' in @INC (perl 5.26 and above) |
Download (untitled) / with headers
text/plain 147b
Getting:
$>perl Makefile.PL
Can't locate inc/Module/Install.pm in @INC
The easiest fix is to add this line at the top of Makefile.PL
use lib '.';