in reply to Where is plain XS.pm?

Do you mean XS::Typemap? This is a core perl module so should already be installed.

Replies are listed 'Best First'.
Re^2: Where is plain XS.pm?
by ikegami (Patriarch) on May 22, 2025 at 22:31 UTC

    As a module that's only needed when installing modules, package managers might place it in a different package than the rest of Perl.

      XS::Typemap isn't installed normally, its only purpose is to test the typemap bundled with perl.