Re: Taint mode testing and project Phalanx

2003-10-19 Thread Michael G Schwern
On Mon, Oct 20, 2003 at 12:07:48PM +1000, Andrew Savige wrote: > On the down-side: while taint tests seem to work fine for me with > Perl 5.6.0 and above, I experienced problems with Perl 5.005 which > failed with something like "cannot locate Fred/Fred.pm in @INC" > when running taint tests. I hav

Taint mode testing and project Phalanx

2003-10-19 Thread Andrew Savige
I noticed in Test::Tutorial: "Taint mode is a funny thing. It's the globalest of all global features. Once you turn it on it effects all code in your program and all modules used (and all the modules they use). If a single piece of code isn't taint clean, the whole thing explodes. With that in mind