Branch: refs/heads/yves/taint_disabled Home: https://github.com/Perl/perl5 Commit: 287e78759d1eaf58c09c6b35aea4313c83bf4328 https://github.com/Perl/perl5/commit/287e78759d1eaf58c09c6b35aea4313c83bf4328 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: 4c53223a8780a39770ab9a93f5d704f64b66e209 https://github.com/Perl/perl5/commit/4c53223a8780a39770ab9a93f5d704f64b66e209 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/31b76a2988ef...4c53223a8780