summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Constants.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/Constants.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/Constants.pm')
-rw-r--r--Bugzilla/API/1_0/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/API/1_0/Constants.pm b/Bugzilla/API/1_0/Constants.pm
index caf670c7b..44e20124a 100644
--- a/Bugzilla/API/1_0/Constants.pm
+++ b/Bugzilla/API/1_0/Constants.pm
@@ -15,7 +15,7 @@ use Bugzilla::Hook;
use parent qw(Exporter);
-our @EXPORT = qw(
+our @EXPORT_OK = qw(
WS_ERROR_CODE
STATUS_OK