Subject: | get_version rewrite in _08 no longer works under -T |
The following commit loses the untaint of the version string: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/fdfca7fe32
This leads to the following oneliner no longer working starting 6.99_08:
perl -T -MExtUtils::MakeMaker -e 'warn MM->parse_version($INC{"ExtUtils/MakeMaker.pm"})'
Not proposing a solution, as I am not familiar with the exact source of the version string - that is I am not sure if a (.+)-style untaint is actually valid here.