> Both versions have some drawbacks in that the version that makes the use > of -t/-T fatal will make many a CPAN module's tests fail because use of > -t/-T is relatively common. The silent version will still make tests > fail that explicitly test the tainting mechanism and can result in users > of Perl mistakenly using -t/-T without the expected effect. For these > reasons, the proposed defines are never to become the default Perl > configuration but if included in a Perl release, should be documented as > opt-in, expert-level options. Perl should not support disabling -t/-T by making it not fatal, and adding that kind of option to Configure is already supporting it. People that want this kind of broken behaviour can hack the core themselves and get shot in the foot all they want. VincentThread Previous | Thread Next