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

NAME

PDL::Install::Files

DESCRIPTION

This module is a stub that contains some auxiliary routines useful for inlining PDL-aware C code into PDL programs.

It defines some auxiliary package variables and two routines that are not normally called by users.

METHODS

deps

Returns nothing -- stub for "Inline with => 'PDL'".

Inline

Accepts a class and a lanaguage string.

If the language string is "C", Inline returns a hash containing TYPEMAPS, INC, AUTO_INCLUDE, and BOOT information that are useful for autogenerated PDL-aware C code using "Inline with => 'PDL'". The actual data are pulled from methods in PDL::Core::Dev.

If the language string is anything else, then it returns nothing.