summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-10-24 05:27:15 +0200
committerlpsolit%gmail.com <>2006-10-24 05:27:15 +0200
commitc778484f5da7bae02ce0c6ba9d6f68b0446005f4 (patch)
tree4b6b5787aeebe215409159d64cd61b7685af5bc1 /Bugzilla/Bug.pm
parent5f20e0db30d901c0790519ec51a6526c6b3154a3 (diff)
downloadbugzilla-c778484f5da7bae02ce0c6ba9d6f68b0446005f4.tar.gz
bugzilla-c778484f5da7bae02ce0c6ba9d6f68b0446005f4.tar.xz
Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'Bugzilla/Bug.pm')
-rwxr-xr-xBugzilla/Bug.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index afb8c567a..bddd11b47 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -40,6 +40,8 @@ use Bugzilla::User;
use Bugzilla::Util;
use Bugzilla::Error;
use Bugzilla::Product;
+use Bugzilla::Component;
+use Bugzilla::Group;
use List::Util qw(min);