Generally, if your .t file starts as:
then your test will be run in taint mode. It's then up to you to figure out how to get the rest of your information in a taint-safe manner. :-) (Generally, I turn it off, it's too much of a headache for my use cases, I think... but maybe I just misunderstand it.)#!/usr/bin/perl -T
In reply to Re: Taint mode testing a module
by Tanktalus
in thread Taint mode testing a module
by mrider
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |