You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 6aef1e87c1ea274e225828cbc1a6044b54feec44)

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 <nick@ccl4.org> based on the code in h2xs by Larry Wall and others