summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-08-19 23:30:28 +0200
committerbbaetz%student.usyd.edu.au <>2002-08-19 23:30:28 +0200
commite6fff23fcd99b09511b62c4db4eca658fe5257c4 (patch)
tree840d43524d525377d09ab71ec6e239092e6c060d /Bugzilla/Util.pm
parent1e94eab2b417f973364a713adbfaa2693ed55eec (diff)
downloadbugzilla-e6fff23fcd99b09511b62c4db4eca658fe5257c4.tar.gz
bugzilla-e6fff23fcd99b09511b62c4db4eca658fe5257c4.tar.xz
Fix long line noticed by Gerv, no bug #.
Diffstat (limited to 'Bugzilla/Util.pm')
-rw-r--r--Bugzilla/Util.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index aabaabb88..74e7c1fe6 100644
--- a/Bugzilla/Util.pm
+++ b/Bugzilla/Util.pm
@@ -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