On Tue May 03 18:56:08 2011, DOLMEN wrote:
Show quoted text> Module::Build::Tiny 0.07 can't work on Windows, but I would like to help
> to fix that.
>
> However the problem is that the Dist::Zilla-based developement
environment
Show quoted text> depends on plugins which do not install on Windows.
>
> In particular, the plugins chain brings Module::Build::Tiny itself which
> is a big bootstrapping problem on Windows.
Hi Olivier,
The quick hack around that is to replace the [ModuleBuildTiny] and
[BuildSelf] in the dist.ini's with with [ModuleBuild] (or [MakeMaker]).
Crude but effective. However this error:
Show quoted text> Configuring ExtUtils-BuildRC-0.002 ... OK
> Building and testing ExtUtils-BuildRC-0.002 for ExtUtils::BuildRC ...
> FAIL
> ! Installing ExtUtils::BuildRC failed. See
> C:\Users\dolmen\Documents\env\home\.c
> panm\build.log for details.
Suggests the real problem isn't in MBT itself but in EU::BRC. Actually
that module isn't really OS dependent in any way so I'm suspecting the
real culprit is ExtUtils::Helpers, but without the build log I can't
really comment on that.
Regards,
Leon