Branch: refs/heads/yves/taint_disabled Home: https://github.com/Perl/perl5 Commit: 4faffd7decce30ea588eb24cde907482dc9494b3 https://github.com/Perl/perl5/commit/4faffd7decce30ea588eb24cde907482dc9494b3 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: 4bc59e3f32261a9add3e5a3ef124e6d35ee281d6 https://github.com/Perl/perl5/commit/4bc59e3f32261a9add3e5a3ef124e6d35ee281d6 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/4c53223a8780...4bc59e3f3226