Extutils-Constant-Base

ExtUtils::Constant::Base(3p) Perl Programmers Reference Guide

Extutils-Constant-Base

ExtUtils::Constant::Base(3p) Perl Programmers Reference Guide # ExtUtils::Constant::Base(3p) Perl Programmers Reference Guide NNAAMMEE # ExtUtils::Constant::Base - base class for ExtUtils::Constant objects SSYYNNOOPPSSIISS # require ExtUtils::Constant::Base; @ISA = 'ExtUtils::Constant::Base'; DDEESSCCRRIIPPTTIIOONN # ExtUtils::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 ccoonnssttaanntt(()) subroutine found in many XS modules. UUSSAAGGEE # ExtUtils::Constant::Base exports no subroutines. ...