ExtUtils::ParseXS::Constants

CONTENTS

NAME

ExtUtils::ParseXS::Constants - Initialization values for some globals

SYNOPSIS

use ExtUtils::ParseXS::Constants ();

$PrototypeRegexp = $ExtUtils::ParseXS::Constants::PrototypeRegexp;

DESCRIPTION

Initialization of certain non-subroutine variables in ExtUtils::ParseXS and some of its supporting packages has been moved into this package so that those values can be defined exactly once and then re-used in any package.

Nothing is exported. Use fully qualified variable names.

© 1993–2020 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation.
https://perldoc.perl.org/5.30.3/ExtUtils::ParseXS::Constants