From: lpsolit%gmail.com <> Date: Tue, 24 Oct 2006 03:27:15 +0000 (+0000) Subject: Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin r=mkanat a=myk --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index afb8c567af..bddd11b471 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);