Branch: refs/heads/yves/taint_disabled Home: https://github.com/Perl/perl5 Commit: 0d8f5a1b7704c63118c48071c7efc1a8cb2aa184 https://github.com/Perl/perl5/commit/0d8f5a1b7704c63118c48071c7efc1a8cb2aa184 Author: Yves Orton <demerphq@gmail.com> Date: 2023-03-30 (Thu, 30 Mar 2023) Changed paths: M configpm M lib/Config.t Log Message: ----------- Config.pm - add taint_disabled and taint_support to %Config This adds 'taint_disabled' and 'taint_support' to Config.pm and %Config. This way people can use them while we decide what to do about the changes to Configure. We shouldn't need to have Configure changed to export status variables like this in Config.pm See: https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/118 and: https://github.com/Perl/perl5/pull/20972 for related work that is stalled because we have not decided what to do about these variables. Commit: 803a002754531fa894bd4a9eb167f052eb649a98 https://github.com/Perl/perl5/commit/803a002754531fa894bd4a9eb167f052eb649a98 Author: David Cantrell <david@cantrell.org.uk> Date: 2023-03-30 (Thu, 30 Mar 2023) Changed paths: M .github/workflows/testsuite.yml Log Message: ----------- Automatically test without taint support Compare: https://github.com/Perl/perl5/compare/b66b101dd02b...803a00275453