In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted()
authorNicholas Clark <nick@ccl4.org>
Mon, 28 Feb 2011 13:17:14 +0000 (13:17 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 2 Mar 2011 09:13:23 +0000 (09:13 +0000)
commit81cba34dfec599a5c705d6fae7bffa4076614bba
tree93b19202faf250d32f9e65b4987dc677e535ccf7
parente75436bfac7b4a53ab5cdbe3480311e33f29ceed
In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted()

Change tainted() to perform the actual test for tainting, eliminate all other
uses of any_tainted() and remove it.
t/op/taint.t