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