You are viewing the version of this documentation from Perl 5.41.13. This is a development version of Perl.

CONTENTS

NAME

ExtUtils::Constant::XS - generate C code for XS modules' constants.

SYNOPSIS

require ExtUtils::Constant::XS;

DESCRIPTION

ExtUtils::Constant::XS overrides ExtUtils::Constant::Base to generate C code for XS modules' constants.

BUGS

Nothing is documented.

Probably others.

AUTHOR

Nicholas Clark <[email protected]> based on the code in h2xs by Larry Wall and others