Closed DrHyde closed 1 year ago
If perl is built with -DSILENT_NO_TAINT_SUPPORT checking $Config{taint_support} isn't enough, this adds a check that looks for -DSILENT_NO_TAINT_SUPPORT in $Config{ccflags}.
$Config{taint_support}
$Config{ccflags}
closing, because of discussions on the related perl5-blead PR
If perl is built with -DSILENT_NO_TAINT_SUPPORT checking
$Config{taint_support}
isn't enough, this adds a check that looks for -DSILENT_NO_TAINT_SUPPORT in$Config{ccflags}
.