summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Resource/Component.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-04-13 15:59:31 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-04-13 15:59:31 +0200
commitd6c2d37b69eb19b0f0136112d1da45dadb42cbb4 (patch)
tree34f58b12c337f0d7810d95d3ea22c6ce772c2d91 /Bugzilla/API/1_0/Resource/Component.pm
parent7d0c10e71498f2909f466fc0ccda1890595bd3ff (diff)
downloadbugzilla-d6c2d37b69eb19b0f0136112d1da45dadb42cbb4.tar.gz
bugzilla-d6c2d37b69eb19b0f0136112d1da45dadb42cbb4.tar.xz
Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings during t/001compile.t
r=LpSolit,a=glob
Diffstat (limited to 'Bugzilla/API/1_0/Resource/Component.pm')
-rw-r--r--Bugzilla/API/1_0/Resource/Component.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/API/1_0/Resource/Component.pm b/Bugzilla/API/1_0/Resource/Component.pm
index c3bdc0386..96c2a3dcd 100644
--- a/Bugzilla/API/1_0/Resource/Component.pm
+++ b/Bugzilla/API/1_0/Resource/Component.pm
@@ -11,7 +11,7 @@ use 5.10.1;
use strict;
use warnings;
-use Bugzilla::API::1_0::Constants;
+use Bugzilla::API::1_0::Constants qw(STATUS_CREATED);
use Bugzilla::API::1_0::Util;
use Bugzilla::Component;