Fix long line noticed by Gerv, no bug #.

parent 1e94eab2
......@@ -106,7 +106,8 @@ Use trick_taint() when you know that there is no way that the data
in a scalar can be tainted, but taint mode still bails on it.
B<WARNING!! Using this routine on data that really could be tainted defeats
the purpose of taint mode. It should only be used on variables that have been sanity checked in some way and have been determined to be OK.>
the purpose of taint mode. It should only be used on variables that have been
sanity checked in some way and have been determined to be OK.>
=cut
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment