Re: name for a Module to build XS with Visual C on a core Mingw GCCPerl

2015-01-15 Thread David Mertens
FWIW, M::B's ability to do exactly what I want, because it's all just Perl, never ceases to please me. :-P David :-) On Fri, Jan 9, 2015 at 8:07 AM, wrote: > -Original Message- From: bulk88 > > I am not sure yet if I need to install it as site/lib/Config.pm. EUMM >>> distros works fine

Re: name for a Module to build XS with Visual C on a core Mingw GCCPerl

2015-01-15 Thread Leon Timmermans
On Fri, Jan 9, 2015 at 1:11 PM, bulk88 wrote: > Module::Build tests for and forbids overriding Config (related report > http://perlmonks.org/?node_id=987651 ), Module::Build probably has better support for overriding Config than MakeMaker, it's just opinionated on how you should do that. > so

Re: name for a Module to build XS with Visual C on a core Mingw GCCPerl

2015-01-11 Thread sisyphus1
-Original Message- From: bulk88 I am not sure yet if I need to install it as site/lib/Config.pm. EUMM distros works fine with -MVCConfig, I haven't tried Module::Build distros, so I'm not sure if I will have to resort to site/lib/Config.pm yet. Also config.h will need a 1 line patch o

Re: name for a Module to build XS with Visual C on a core Mingw GCCPerl

2015-01-09 Thread bulk88
bulk88 wrote: I am not sure yet if I need to install it as site/lib/Config.pm. EUMM distros works fine with -MVCConfig, I haven't tried Module::Build distros, so I'm not sure if I will have to resort to site/lib/Config.pm yet. Also config.h will need a 1 line patch or to be replaced with site/