logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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. perl v5.40.1 2025-07-03 ExtUtils::ParseXS::Constants(3perl)

Name

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

Synopsis

use ExtUtils::ParseXS::Constants (); $PrototypeRegexp = $ExtUtils::ParseXS::Constants::PrototypeRegexp;

See Also