[Module::Build] The force_do_it item in Makefile
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-12-21 17:33:49
|
Hey list, van...@pa... tells me, via https://rt.cpan.org/Ticket/Display.html?id=4615 , that the pass-through Makefile is broken when using DMake (never heard of it) on Windows (never heard of it!). I've checked in the following change, anyone see a problem with it? -Ken =================================================================== diff -u -r1.34 -r1.35 --- lib/Module/Build/Compat.pm 20 Dec 2003 16:18:26 -0000 1.34 +++ lib/Module/Build/Compat.pm 21 Dec 2003 17:32:53 -0000 1.35 @@ -139,7 +139,7 @@ $perl -e unlink -e shift $makefile force_do_it : - + @ EOF # XXX - user might be using a different subclass =================================================================== |