table of contents
other versions
- buster 5.28.1-6+deb10u1
- testing 5.32.1-4
- unstable 5.32.1-5
- experimental 5.34.0~rc2-1
ExtUtils::ParseXS::Constants(3perl) | Perl Programmers Reference Guide | ExtUtils::ParseXS::Constants(3perl) |
NAME¶
ExtUtils::ParseXS::Constants - Initialization values for some globalsSYNOPSIS¶
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.
2020-07-21 | perl v5.28.1 |