Branch: refs/heads/yves/taint_disabled Home: https://github.com/Perl/perl5 Commit: ae1b0131a38037d732a3958311203f8a77f9b4a7 https://github.com/Perl/perl5/commit/ae1b0131a38037d732a3958311203f8a77f9b4a7 Author: Yves Orton <demerphq@gmail.com> Date: 2023-03-31 (Fri, 31 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: 8bf72b430329a69f5a56938f3351d413bf3af042 https://github.com/Perl/perl5/commit/8bf72b430329a69f5a56938f3351d413bf3af042 Author: David Cantrell <david@cantrell.org.uk> Date: 2023-03-31 (Fri, 31 Mar 2023) Changed paths: M .github/workflows/testsuite.yml Log Message: ----------- Automatically test without taint support Compare: https://github.com/Perl/perl5/compare/4bc59e3f3226...8bf72b430329