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
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
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
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
> 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
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