Extutils-Typemaps-Cmd

ExtUtils::Typemaps::Cmd(3p) Perl Programmers Reference Guide

Extutils-Typemaps-Cmd

ExtUtils::Typemaps::Cmd(3p) Perl Programmers Reference Guide # ExtUtils::Typemaps::Cmd(3p) Perl Programmers Reference Guide NNAAMMEE # ExtUtils::Typemaps::Cmd - Quick commands for handling typemaps SSYYNNOOPPSSIISS # From XS: INCLUDE_COMMAND: $^X -MExtUtils::Typemaps::Cmd \ -e "print embeddable_typemap(q{Excommunicated})" Loads "ExtUtils::Typemaps::Excommunicated", instantiates an object, and dumps it as an embeddable typemap for use directly in your XS file. DDEESSCCRRIIPPTTIIOONN # This is a helper module for ExtUtils::Typemaps for quick one-liners, specifically for inclusion of shared typemaps that live on CPAN into an XS file (see SYNOPSIS). ...