Skip Menu |

This queue is for tickets about the PlackX-MiddlewareStack CPAN distribution.

Report information
The Basics
Id: 129847
Status: new
Priority: 0/
Queue: PlackX-MiddlewareStack

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

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



Subject: dot may be missing in @INC in newer perls
See subject. This may lead to failed builds, see for example: http://www.cpantesters.org/cpan/report/2f53d7c6-2e31-11e7-8606-dcb82d8f2b0a The easiest fix is probably to add a `use lib "."` on top of the Makefile.PL. Alternatively it could also work to not bundle Module::Install anymore, but declare it as a configure_requires dependency.