Subject: | Cannot build without . in @INC as of 5.26.0 |
When you do:
perl526 Makefile.PL, you get:
Can't locate inc/Module/Install.pm in @INC
The easiest fix is to add this to the first line of Makefile.PL
use lib '.';
This queue is for tickets about the Net-FastCGI CPAN distribution.
The Basics
People
|
Bug Information
|