From d6c2d37b69eb19b0f0136112d1da45dadb42cbb4 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 13 Apr 2015 14:59:31 +0100 Subject: Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings during t/001compile.t r=LpSolit,a=glob --- Bugzilla/API/1_0/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/API/1_0/Constants.pm') 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 -- cgit v1.2.3-24-g4f1b