Skip Menu |

This queue is for tickets about the Plack-Middleware-Header CPAN distribution.

Report information
The Basics
Id: 127233
Status: new
Priority: 0/
Queue: Plack-Middleware-Header

People
Owner: Nobody in particular
Requestors: TODDR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: (no value)



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 '.';