in reply to Re^3: [Win32] Math::GSL on perl 5.10.0
in thread [Win32] Math::GSL on perl 5.10.0

FWIW, this bug (however stupid) has long big fixed, upgrade Module::Build

Replies are listed 'Best First'.
Re^5: [Win32] Math::GSL on perl 5.10.0
by syphilis (Archbishop) on Nov 05, 2011 at 04:06 UTC
    I was using the latest stable build of Module::Build (version 0.38). There's only one later version available and it's a devel version (0.39_01) - it does indeed fix the problem, though the Module::Build::Base_quote_args() sub is unchanged and still surrounds the first element with single quotes.
    However, 0.39_01 apparently manages to avoid calling this sub.

    Cheers,
    Rob