Seeking GONZUS for collaboration

2016-01-17 Thread Paul Bennett
I'm PWBENNETT and I want to talk with GONZUS about Path::Hilbert::XS and how I can make my Path::Hilbert automatically load your ::XS module under the covers if it's installed. I welcome advice from anyone else who has experience shimming in ::XS module alternatives if present. I know there are ma

Re: Seeking GONZUS for collaboration

2016-01-17 Thread Shlomi Fish
Hi Paul, On Sun, 17 Jan 2016 11:12:17 -0500 Paul Bennett wrote: > I'm PWBENNETT and I want to talk with GONZUS about Path::Hilbert::XS and > how I can make my Path::Hilbert automatically load your ::XS module under > the covers if it's installed. > > I welcome advice from anyone else who has ex

Re: Seeking GONZUS for collaboration

2016-01-17 Thread David Oswald
Have a look at the source (including Makefile.PL) of Math::Random::ISAAC, List::Binary::Search, and Bytes::Random::Secure for ideas of how. Also JSON, and Text::CSV. Most or all of the above load a Pure Perl module in the absence of an XS alternative or the XS version if available. On Jan 17, 2016

Re: Seeking GONZUS for collaboration

2016-01-17 Thread Paul Bennett
On Jan 17, 2016 11:47 AM, "David Oswald" wrote: > > Have a look at the source (including Makefile.PL) of Math::Random::ISAAC, List::Binary::Search, and Bytes::Random::Secure for ideas of how. Also JSON, and Text::CSV. > > Most or all of the above load a Pure Perl module in the absence of an XS alt

Re: Seeking GONZUS for collaboration

2016-01-17 Thread Olaf Alders
> On Jan 17, 2016, at 11:43 AM, Shlomi Fish wrote: > > Hi Paul, > > On Sun, 17 Jan 2016 11:12:17 -0500 > Paul Bennett wrote: > >> I'm PWBENNETT and I want to talk with GONZUS about Path::Hilbert::XS and >> how I can make my Path::Hilbert automatically load your ::XS module under >> the covers

Re: Seeking GONZUS for collaboration

2016-01-17 Thread Paul Bennett
On Jan 17, 2016 4:50 PM, "Olaf Alders" wrote: > > Have you had a look at https://metacpan.org/pod/Module::Implementation ? > > Olaf > I have now. Looks very promising indeed. Thanks! -- Paul W Bennett