On Sun, Sep 14, 2008 at 3:04 PM, Jonathan Leto <[EMAIL PROTECTED]> wrote: > This summer I had the pleasure of being part of the Google > Summer of Code, working under the umbrella of The Perl > Foundation on Math::GSL, a Perl interface to the GNU Scientific > Library (which is written in C).
That's a fantastic contribution. This gives people a nice new option for scientific code, which I write a lot of. > What are peoples thoughts on making the addition of build elements to > Module::Build (possibly via plugins) as painless as possible? Contributions on that front are most definitely welcome. One thing you probably ran into is that while we don't assume like EU::MM does that there's only one .xs file per MakeMaker directory, we still assume that all .xs files will have essentially the same build environment, flags, etc. That assumption often isn't true and it would be good to get rid of it. -Ken