From 17a206d194eda7c06891325bf50a3a58a57cd22b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Thu, 5 Sep 2002 05:43:32 +0000 Subject: Bug 165756 - Running tests without checksetup causes failure r=joel, jake --- Bug.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bug.pm') diff --git a/Bug.pm b/Bug.pm index 3cbb1e765..7e703d14f 100755 --- a/Bug.pm +++ b/Bug.pm @@ -26,8 +26,7 @@ use strict; use DBI; use RelationSet; use vars qw($unconfirmedstate $legal_keywords); -require "globals.pl"; -require "CGI.pl"; + package Bug; use CGI::Carp qw(fatalsToBrowser); my %ok_field; -- cgit v1.2.3-24-g4f1b