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/Resource/FlagType.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/API/1_0/Resource/FlagType.pm') diff --git a/Bugzilla/API/1_0/Resource/FlagType.pm b/Bugzilla/API/1_0/Resource/FlagType.pm index 297be1510..702b4d4ec 100644 --- a/Bugzilla/API/1_0/Resource/FlagType.pm +++ b/Bugzilla/API/1_0/Resource/FlagType.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; -- cgit v1.2.3-24-g4f1b