Fix long line noticed by Gerv, no bug #.

This commit is contained in:
bbaetz%student.usyd.edu.au 2002-08-19 14:30:28 +00:00
parent ed128d7d43
commit 67d1dbd062

View File

@ -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