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.