Commit c778484f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin…

Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
parent 5f20e0db
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment