Skip Menu |

This queue is for tickets about the HTTP-Proxy CPAN distribution.

Report information
The Basics
Id: 13989
Status: resolved
Priority: 0/
Queue: HTTP-Proxy

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.15
Fixed in: 0.16



Subject: Need PL_FILES => {} entry in Makefile.PL to ignore Build.PL
The generated Makefile from Makefile.PL has the following: all :: Build $(NOECHO) $(NOOP) Build :: Build.PL $(PERLRUNINST) Build.PL Build To avoid this, add a "PL_FILES => {}" line to Makefile.PL
From: Brian Blakley
[CDOLAN - Tue Aug 2 12:20:44 2005]: Show quoted text
> The generated Makefile from Makefile.PL has the following: > > all :: Build > $(NOECHO) $(NOOP) > > Build :: Build.PL > $(PERLRUNINST) Build.PL Build > > To avoid this, add a "PL_FILES => {}" line to Makefile.PL
I can confirm that this also fixes the errors that occur during the make/install on Win32. Thanks for a great module.