Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 65 forks source link

Changes to support taint-free perl #111

Closed neilb closed 2 years ago

neilb commented 2 years ago

These changes make the test suite pass when this is being installed under a perl that doesn't support taint.

When you look at the changes, there may well be a cleaner way to support taint-free perl, but these changes meant I could get Perl's tests, and all those for core modules, to pass with both taint-supporting and taint-free perl.