Branch: refs/heads/yves/taint_disabled Home: https://github.com/Perl/perl5 Commit: 1923a28acc0e8b0f51f93443f73a7655b4335be8 https://github.com/Perl/perl5/commit/1923a28acc0e8b0f51f93443f73a7655b4335be8 Author: Yves Orton <demer...@gmail.com> Date: 2023-03-29 (Wed, 29 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.