Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 4615
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: vanHardenbergP [...] pac.dfo-mpo.gc.ca
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.21
Fixed in: (no value)



Subject: .21 broken under Win32 w/MinGW & DMake
DMake for Win32 does not accept the empty target "force_do_it". Changing Module::Build::Compat to read like this fixes this bug. 135... force_do_it : @ EOF 137... (This replaces: force_do_it : EOF) -pvh
Thanks. This is now fixed for the next release.