From c778484f5da7bae02ce0c6ba9d6f68b0446005f4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 24 Oct 2006 03:27:15 +0000 Subject: Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Bug.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Bug.pm') 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); -- cgit v1.2.3-24-g4f1b