Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 66 forks source link

Skip taint tests when -DSILENT_NO_TAINT_SUPPORT is enabled. #118

Closed DrHyde closed 1 year ago

DrHyde commented 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}.

DrHyde commented 1 year ago

closing, because of discussions on the related perl5-blead PR