> On Sat, 28 Jun 2003, Joshua Hoblitt wrote:
>
> > I received this bug report on one of my modules. Is this a known
> > problem with Module::Build or nmake?
>
> Module::Build doesn't use make, so instead of "nmake test" you need to do
> "./Build test" or ".\Build test".
But it generates a makefile on win32 that calls Build so you can still use make, right? So the question is why does 'nmake' succeed and 'nmake test' fail?
-J
--
|