The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.13_01 - 2012-01-29

  • ExtUtils::Typemaps: => Embedded typemap dumping: A method which will produce the verbatim string for inclusion in XS. => Introducing ExtUtils::Typemaps::Cmd, a helper module which can produce embedded typemap strings via simple one-liners. Useful for including typemaps from other modules in XS code with INCLUDE_COMMAND. See "perldoc ExtUtils::Typemaps::Cmd".
  • ExtUtils::ParseXS: => Bugfix: Used to have parsing problems with embedded typemaps occasionally. => Better error messages on typemap-related issues. If a no typemap was found for a given C type, list all mapped C types so that the user hopefully spots his mistake easily.

Documentation

compiler to convert Perl XS code into C code

Modules

converts Perl XS code into C code
Initialization values for some globals
Subroutines used with ExtUtils::ParseXS
Read/Write/Modify Perl/XS typemap files
Quick commands for handling typemaps
Entry in the INPUT section of a typemap
Entry in the OUTPUT section of a typemap
Entry in the TYPEMAP section of a typemap

Provides

in lib/ExtUtils/ParseXS/CountLines.pm