in reply to Re: Taint mode testing a module
in thread Taint mode testing a module
Thanks for that, but I think you misunderstand the question. I know how to turn on taint mode for a program. What I don't know how to do is turn on taint mode for a unit test that is run specifically as part of installation of a module.
For example, if you use CPAN and install "Foo", then CPAN performs roughly the equivalent of the following steps:
What I'd like to know is if it's possible for me to test with taint mode on as part of that step in #6.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Taint mode testing a module
by Tanktalus (Canon) on Oct 17, 2012 at 21:41 UTC | |
by mrider (Beadle) on Oct 17, 2012 at 22:32 UTC |