in reply to Re^2: Detect which version of perl an XS module is linked against?
in thread Detect which version of perl an XS module is linked against?

DynaLoader provides a dl_load_file function, which will probably do what I said above, except you don't need c or anything.

Also be sure to set the PERL_DL_NONLAZY environment variable to something true to force nonlazy binding.

  • Comment on Re^3: Detect which version of perl an XS module is linked against?