summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-12-07 10:47:18 +0100
committerjustdave%syndicomm.com <>2003-12-07 10:47:18 +0100
commitb3612adaf807df9743c8003faee62071f680f92f (patch)
treec713461d9b69722e5bbf2409baa7c1655015d97f /Bugzilla
parentf3c1ad0edbbd141c7e502f958499ce3a39eebc76 (diff)
downloadbugzilla-b3612adaf807df9743c8003faee62071f680f92f.tar.gz
bugzilla-b3612adaf807df9743c8003faee62071f680f92f.tar.xz
Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper.
r=bbaetz, a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/RelationSet.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/RelationSet.pm b/Bugzilla/RelationSet.pm
index a3af4b60a..f2f822fc4 100644
--- a/Bugzilla/RelationSet.pm
+++ b/Bugzilla/RelationSet.pm
@@ -38,7 +38,6 @@ use strict;
#require "globals.pl";
package RelationSet;
-use CGI::Carp qw(fatalsToBrowser);
# create a new empty RelationSet
#