Description
Perl XS modules can reuse default typemaps for common native type conversions. It is useful for developers building Perl bindings that need standard C-to-Perl mapping behavior.
Native binding helpers influence memory ownership and data conversion. Review generated XS code and tests when packaging extensions.