Subject: | Makefile.PL fails when no '.' in @INC (perl 5.26 and above) |
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 '.';
This queue is for tickets about the Parallel-Prefork CPAN distribution.
The Basics
People
|
Bug Information
|