non_bincompat_options#

Return compile-time options that do not affect binary compatibility.

תקציר#

use Config;
my @opts = Config::non_bincompat_options();

מה מוחזר#

A list of option names (PERL_COPY_ON_WRITE, USE_LOCALE, and so on) describing behavioural switches that do not change the ABI. Useful for feature-probing scripts that want to know whether a particular semantics is enabled without caring about XS compatibility.

הבדלים מן ה-upstream#

  • Reports only the switches that meaningfully apply to pperl’s build.