http://qs1969.pair.com?node_id=730640


in reply to Creating CPAN distribution on Win32 with Module::Build

There is a fixed bug for Module::Build.

There is no release yet it seems (I'd consider that a very high priority given the effect it has on all Windows developers, and the difficulty of figuring out what's the cause of the problem, let alone how to fix it).

But if you apply this change int he meantime things might work (haven't tested it, I hacked it in a different way).

/J

  • Comment on Re: Creating CPAN distribution on Win32 with Module::Build

Replies are listed 'Best First'.
Re^2: Creating CPAN distribution on Win32 with Module::Build
by pshangov (Acolyte) on Dec 16, 2008 at 15:46 UTC
    Thanks, that did it.
Re^2: Creating CPAN distribution on Win32 with Module::Build
by xdg (Monsignor) on Dec 16, 2008 at 23:48 UTC
    There is no release yet...

    There is no official release yet. A development version is available:

    cpan> install EWILHELM/Module-Build-0.30_02.tar.gz

    0.30_02 is a release candidate so the next official release with this bug fix should be out very soon.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.