[Module-build-general] RE: yet another DT::F::ISO8601 with yet another version (fwd)
Status: Beta
Brought to you by:
kwilliams
|
From: Joshua H. <jho...@if...> - 2003-06-30 00:18:54
|
> 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 -- |