ExtUtils::Constant facilitates generating C and XS wrapper code to allow perl modules to AUTOLOAD constants defined in C library header files. It is principally used by the "h2xs" utility, on which this code is based. It doesn't contain the routines ...
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTCExtUtils::Constant::XS overrides ExtUtils::Constant::Base to generate C code for XS modules' constants....
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTCExtUtils::Constant::Base provides a base implementation of methods to generate C code to give fast constant value lookup by named string. Currently it's mostly used ExtUtils::Constant::XS, which generates the lookup code for the constant() subroutine...
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTCExtUtils::Constant::Utils packages up utility subroutines used by ExtUtils::Constant, ExtUtils::Constant::Base and derived classes. All its functions are explicitly exportable....
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTCThis module assists in generating wrappers around system functionallity, such as "socket()" types or "ioctl()" calls, where the only interesting features required are the values of some constants or layouts of structures normally only known to the C ...
PEVANS/ExtUtils-H2PM-0.10 - 23 May 2016 16:34:10 UTCOften Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existance of these requirements before attempting to actual...
PEVANS/ExtUtils-CChecker-0.10 - 29 May 2015 18:17:10 UTCRefer to ExtUtils::Typemaps for details....
SMUELLER/ExtUtils-ParseXS-3.35 - 31 Jul 2017 15:52:17 UTC